Color Hex Logo

#ce096b Color Hex

#CE096B
(206,9,107)
0 Favorites   0 Comments

Color spaces of #ce096b

RGB 2069107
HSL0.920.920.42
HSV330°96°81°
CMYK 0.000.960.48   0.19
XYZ28.205114.378715.1987
Yxy14.37870.48810.2488
Hunter Lab37.919366.41322.7790
CIE-Lab44.771271.55811.0302

#ce096b color RGB value is (206,9,107).

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

The process color (four color CMYK) of #ce096b color hex is 0.00, 0.96, 0.48, 0.19. Web safe color of #ce096b is #cc0066. Color #ce096b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001001 01101011
Octal 316 11 153
Decimal 206 9 107
Hex CE 9 6B

RGB Percentages of Color #ce096b

%63.98
%2.80
%33.23

CMYK Percentages of Color #ce096b

%0
%96
%48
%19

Triadic Colors of #ce096b

#ce096b #6bce09 #096bce

Analogous Colors of #ce096b

#ce096b #ce0909 #ce09ce

Monochromatic Colors of #ce096b

#ce096b

Complementary Color

#ce096b #09ce6c

#ce096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce096b Color CSS Codes

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

#ce096b Text Font Color

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

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


#ce096b Background Color

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

This div background color is #ce096b


#ce096b Border Color

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

This div border color is #ce096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce096b


Comments

No comments written yet.

Please login to write comment.