Color Hex Logo

#ce06aa Color Hex

#CE06AA
(206,6,170)
0 Favorites   0 Comments

Color spaces of #ce06aa

RGB 2066170
HSL0.860.940.42
HSV311°97°81°
CMYK 0.000.970.17   0.19
XYZ32.774416.154339.4209
Yxy16.15430.37100.1828
Hunter Lab40.192475.2189-30.0172
CIE-Lab47.176378.3075-33.6204

#ce06aa color RGB value is (206,6,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 10101010
Octal 316 6 252
Decimal 206 6 170
Hex CE 6 AA

RGB Percentages of Color #ce06aa

%53.93
%1.57
%44.50

CMYK Percentages of Color #ce06aa

%0
%97
%17
%19

Triadic Colors of #ce06aa

#ce06aa #aace06 #06aace

Analogous Colors of #ce06aa

#ce06aa #ce0646 #8e06ce

Monochromatic Colors of #ce06aa

#ce06aa

Complementary Color

#ce06aa #06ce2a

#ce06aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce06aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce06aa Color CSS Codes

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

#ce06aa Text Font Color

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

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


#ce06aa Background Color

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

This div background color is #ce06aa


#ce06aa Border Color

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

This div border color is #ce06aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce06aa


Comments

No comments written yet.

Please login to write comment.