Color Hex Logo

#ce06cc Color Hex

#CE06CC
(206,6,204)
0 Favorites   0 Comments

Color spaces of #ce06cc

RGB 2066204
HSL0.840.940.42
HSV301°97°81°
CMYK 0.000.970.01   0.19
XYZ36.417817.611758.6067
Yxy17.61170.32330.1564
Hunter Lab41.966381.4589-53.4232
CIE-Lab49.021782.8916-50.5829

#ce06cc color RGB value is (206,6,204).

#ce06cc hex color red value is 206, green value is 6 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ce06cc hue: 0.84 , saturation: 0.94 and the lightness value of ce06cc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 11001100
Octal 316 6 314
Decimal 206 6 204
Hex CE 6 CC

RGB Percentages of Color #ce06cc

%49.52
%1.44
%49.04

CMYK Percentages of Color #ce06cc

%0
%97
%1
%19

Triadic Colors of #ce06cc

#ce06cc #ccce06 #06ccce

Analogous Colors of #ce06cc

#ce06cc #ce0668 #6c06ce

Monochromatic Colors of #ce06cc

#ce06cc

Complementary Color

#ce06cc #06ce08

#ce06cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce06cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce06cc Color CSS Codes

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

#ce06cc Text Font Color

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

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


#ce06cc Background Color

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

This div background color is #ce06cc


#ce06cc Border Color

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

This div border color is #ce06cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce06cc


Comments

No comments written yet.

Please login to write comment.