color codes Logo

#ce21c9 color codes

#CE21C9
(206,33,201)
0 Favorites   0 Comments

Color spaces of #ce21c9

RGB 20633201
HSL0.840.720.47
HSV302°84°81°
CMYK 0.000.840.02   0.19
XYZ36.540118.426656.8891
Yxy18.42660.32670.1647
Hunter Lab42.926276.8237-48.5273
CIE-Lab50.009579.0400-47.2747

#ce21c9 color RGB value is (206,33,201).

#ce21c9 hex color red value is 206, green value is 33 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ce21c9 hue: 0.84 , saturation: 0.72 and the lightness value of ce21c9 is 0.47.

The process color (four color CMYK) of #ce21c9 color code is 0.00, 0.84, 0.02, 0.19. Web safe color of #ce21c9 is #cc33cc. Color #ce21c9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100001 11001001
Octal 316 41 311
Decimal 206 33 201
Hex CE 21 C9

RGB Percentages of Color #ce21c9

%46.82
%7.50
%45.68

CMYK Percentages of Color #ce21c9

%0
%84
%2
%19

Triadic Colors of #ce21c9

#ce21c9 #c9ce21 #21c9ce

Analogous Colors of #ce21c9

#ce21c9 #ce2173 #7d21ce

Monochromatic Colors of #ce21c9

#ce21c9

Complementary Color

#ce21c9 #21ce26

#ce21c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce21c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce21c9 Color CSS Codes

.mybgcolor {background-color:#ce21c9; } 
.myforecolor {color:#ce21c9; }
.mybordercolor {border:3px solid #ce21c9; }

#ce21c9 Text Font Color

<p style="color:#ce21c9">Text here</p>

This sample text font color is #ce21c9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ce21c9 Background Color

<div style="background-color:#ce21c9">
Div content here</div>

This div background color is #ce21c9


#ce21c9 Border Color

<div style="border:3px solid #ce21c9">
Div here</div>

This div border color is #ce21c9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,33,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce21c9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce21c9;
  -webkit-box-shadow: 1px 1px 3px 2px #ce21c9;
  box-shadow:         1px 1px 3px 2px #ce21c9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,33,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ce21c9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ce21c9;
  -webkit-box-shadow: 1px 1px 3px 2px #ce21c9;
  box-shadow:         1px 1px 3px 2px #ce21c9;">
Div content here</div>

This div box has shadow with color #ce21c9


Comments

No comments written yet.

Please login to write comment.