Color Hex Logo

#ce09bc Color Hex

#CE09BC
(206,9,188)
0 Favorites   0 Comments

Color spaces of #ce09bc

RGB 2069188
HSL0.850.920.42
HSV305°96°81°
CMYK 0.000.960.09   0.19
XYZ34.628416.948049.0231
Yxy16.94800.34420.1685
Hunter Lab41.167978.1013-41.7854
CIE-Lab48.194480.4092-42.6086

#ce09bc color RGB value is (206,9,188).

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

The process color (four color CMYK) of #ce09bc color hex is 0.00, 0.96, 0.09, 0.19. Web safe color of #ce09bc is #cc00cc. Color #ce09bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001001 10111100
Octal 316 11 274
Decimal 206 9 188
Hex CE 9 BC

RGB Percentages of Color #ce09bc

%51.12
%2.23
%46.65

CMYK Percentages of Color #ce09bc

%0
%96
%9
%19

Triadic Colors of #ce09bc

#ce09bc #bcce09 #09bcce

Analogous Colors of #ce09bc

#ce09bc #ce0959 #7e09ce

Monochromatic Colors of #ce09bc

#ce09bc

Complementary Color

#ce09bc #09ce1b

#ce09bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce09bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce09bc Color CSS Codes

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

#ce09bc Text Font Color

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

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


#ce09bc Background Color

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

This div background color is #ce09bc


#ce09bc Border Color

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

This div border color is #ce09bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce09bc


Comments

No comments written yet.

Please login to write comment.