Color Hex Logo

#ce09df Color Hex

#CE09DF
(206,9,223)
0 Favorites   0 Comments

Color spaces of #ce09df

RGB 2069223
HSL0.820.920.45
HSV295°96°87°
CMYK 0.080.960.00   0.13
XYZ38.870618.644971.3622
Yxy18.64490.30160.1447
Hunter Lab43.179785.1220-67.7615
CIE-Lab50.269185.4913-59.4694

#ce09df color RGB value is (206,9,223).

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

The process color (four color CMYK) of #ce09df color hex is 0.08, 0.96, 0.00, 0.13. Web safe color of #ce09df is #cc00cc. Color #ce09df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001001 11011111
Octal 316 11 337
Decimal 206 9 223
Hex CE 9 DF

RGB Percentages of Color #ce09df

%47.03
%2.05
%50.91

CMYK Percentages of Color #ce09df

%8
%96
%0
%13

Triadic Colors of #ce09df

#ce09df #dfce09 #09dfce

Analogous Colors of #ce09df

#ce09df #df0985 #6309df

Monochromatic Colors of #ce09df

#ce09df

Complementary Color

#ce09df #1adf09

#ce09df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce09df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce09df Color CSS Codes

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

#ce09df Text Font Color

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

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


#ce09df Background Color

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

This div background color is #ce09df


#ce09df Border Color

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

This div border color is #ce09df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce09df


Comments

No comments written yet.

Please login to write comment.