Color Hex Logo

#ce0baa Color Hex

#CE0BAA
(206,11,170)
0 Favorites   0 Comments

Color spaces of #ce0baa

RGB 20611170
HSL0.860.900.43
HSV311°95°81°
CMYK 0.000.950.17   0.19
XYZ32.829016.263439.4391
Yxy16.26340.37080.1837
Hunter Lab40.327974.7344-29.7537
CIE-Lab47.318277.8904-33.3977

#ce0baa color RGB value is (206,11,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001011 10101010
Octal 316 13 252
Decimal 206 11 170
Hex CE B AA

RGB Percentages of Color #ce0baa

%53.23
%2.84
%43.93

CMYK Percentages of Color #ce0baa

%0
%95
%17
%19

Triadic Colors of #ce0baa

#ce0baa #aace0b #0baace

Analogous Colors of #ce0baa

#ce0baa #ce0b49 #910bce

Monochromatic Colors of #ce0baa

#ce0baa

Complementary Color

#ce0baa #0bce2f

#ce0baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0baa Color CSS Codes

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

#ce0baa Text Font Color

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

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


#ce0baa Background Color

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

This div background color is #ce0baa


#ce0baa Border Color

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

This div border color is #ce0baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0baa


Comments

No comments written yet.

Please login to write comment.