Color Hex Logo

#ce11c2 Color Hex

#CE11C2
(206,17,194)
0 Favorites   0 Comments

Color spaces of #ce11c2

RGB 20617194
HSL0.840.850.44
HSV304°92°81°
CMYK 0.000.920.06   0.19
XYZ35.391717.417852.5356
Yxy17.41780.33600.1653
Hunter Lab41.734678.3355-45.4201
CIE-Lab48.782280.4806-45.1722

#ce11c2 color RGB value is (206,17,194).

#ce11c2 hex color red value is 206, green value is 17 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #ce11c2 hue: 0.84 , saturation: 0.85 and the lightness value of ce11c2 is 0.44.

The process color (four color CMYK) of #ce11c2 color hex is 0.00, 0.92, 0.06, 0.19. Web safe color of #ce11c2 is #cc00cc. Color #ce11c2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010001 11000010
Octal 316 21 302
Decimal 206 17 194
Hex CE 11 C2

RGB Percentages of Color #ce11c2

%49.40
%4.08
%46.52

CMYK Percentages of Color #ce11c2

%0
%92
%6
%19

Triadic Colors of #ce11c2

#ce11c2 #c2ce11 #11c2ce

Analogous Colors of #ce11c2

#ce11c2 #ce1163 #7c11ce

Monochromatic Colors of #ce11c2

#ce11c2

Complementary Color

#ce11c2 #11ce1d

#ce11c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce11c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce11c2 Color CSS Codes

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

#ce11c2 Text Font Color

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

This sample text font color is #ce11c2
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.


#ce11c2 Background Color

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

This div background color is #ce11c2


#ce11c2 Border Color

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

This div border color is #ce11c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce11c2


Comments

No comments written yet.

Please login to write comment.