Color Hex Logo

#ce06ab Color Hex

#CE06AB
(206,6,171)
0 Favorites   0 Comments

Color spaces of #ce06ab

RGB 2066171
HSL0.860.940.42
HSV311°97°81°
CMYK 0.000.970.17   0.19
XYZ32.869416.192339.9211
Yxy16.19230.36940.1820
Hunter Lab40.239775.3867-30.6529
CIE-Lab47.225878.4325-34.1355

#ce06ab color RGB value is (206,6,171).

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

The process color (four color CMYK) of #ce06ab color hex is 0.00, 0.97, 0.17, 0.19. Web safe color of #ce06ab is #cc0099. Color #ce06ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 10101011
Octal 316 6 253
Decimal 206 6 171
Hex CE 6 AB

RGB Percentages of Color #ce06ab

%53.79
%1.57
%44.65

CMYK Percentages of Color #ce06ab

%0
%97
%17
%19

Triadic Colors of #ce06ab

#ce06ab #abce06 #06abce

Analogous Colors of #ce06ab

#ce06ab #ce0647 #8d06ce

Monochromatic Colors of #ce06ab

#ce06ab

Complementary Color

#ce06ab #06ce29

#ce06ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce06ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce06ab Color CSS Codes

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

#ce06ab Text Font Color

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

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


#ce06ab Background Color

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

This div background color is #ce06ab


#ce06ab Border Color

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

This div border color is #ce06ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce06ab


Comments

No comments written yet.

Please login to write comment.