Color Hex Logo

#ce09ab Color Hex

#CE09AB
(206,9,171)
0 Favorites   0 Comments

Color spaces of #ce09ab

RGB 2069171
HSL0.860.920.42
HSV311°96°81°
CMYK 0.000.960.17   0.19
XYZ32.902016.257539.9320
Yxy16.25750.36930.1825
Hunter Lab40.320675.0967-30.4942
CIE-Lab47.310578.1832-34.0024

#ce09ab color RGB value is (206,9,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001001 10101011
Octal 316 11 253
Decimal 206 9 171
Hex CE 9 AB

RGB Percentages of Color #ce09ab

%53.37
%2.33
%44.30

CMYK Percentages of Color #ce09ab

%0
%96
%17
%19

Triadic Colors of #ce09ab

#ce09ab #abce09 #09abce

Analogous Colors of #ce09ab

#ce09ab #ce0949 #8f09ce

Monochromatic Colors of #ce09ab

#ce09ab

Complementary Color

#ce09ab #09ce2c

#ce09ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce09ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce09ab Color CSS Codes

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

#ce09ab Text Font Color

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

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


#ce09ab Background Color

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

This div background color is #ce09ab


#ce09ab Border Color

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

This div border color is #ce09ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,9,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 #ce09ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce09ab


Comments

No comments written yet.

Please login to write comment.