Color Hex Logo

#ce12cb Color Hex

#CE12CB
(206,18,203)
0 Favorites   0 Comments

Color spaces of #ce12cb

RGB 20618203
HSL0.840.840.44
HSV301°91°81°
CMYK 0.000.910.01   0.19
XYZ36.449417.866258.0273
Yxy17.86620.32440.1590
Hunter Lab42.268479.9564-51.8071
CIE-Lab49.333481.6530-49.5076

#ce12cb color RGB value is (206,18,203).

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

The process color (four color CMYK) of #ce12cb color hex is 0.00, 0.91, 0.01, 0.19. Web safe color of #ce12cb is #cc00cc. Color #ce12cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010010 11001011
Octal 316 22 313
Decimal 206 18 203
Hex CE 12 CB

RGB Percentages of Color #ce12cb

%48.24
%4.22
%47.54

CMYK Percentages of Color #ce12cb

%0
%91
%1
%19

Triadic Colors of #ce12cb

#ce12cb #cbce12 #12cbce

Analogous Colors of #ce12cb

#ce12cb #ce126d #7312ce

Monochromatic Colors of #ce12cb

#ce12cb

Complementary Color

#ce12cb #12ce15

#ce12cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce12cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce12cb Color CSS Codes

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

#ce12cb Text Font Color

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

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


#ce12cb Background Color

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

This div background color is #ce12cb


#ce12cb Border Color

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

This div border color is #ce12cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce12cb


Comments

No comments written yet.

Please login to write comment.