Color Hex Logo

#ce0bad Color Hex

#CE0BAD
(206,11,173)
0 Favorites   0 Comments

Color spaces of #ce0bad

RGB 20611173
HSL0.860.900.43
HSV310°95°81°
CMYK 0.000.950.16   0.19
XYZ33.116116.378340.9511
Yxy16.37830.36610.1811
Hunter Lab40.470175.2412-31.6656
CIE-Lab47.466978.2689-34.9403

#ce0bad color RGB value is (206,11,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001011 10101101
Octal 316 13 255
Decimal 206 11 173
Hex CE B AD

RGB Percentages of Color #ce0bad

%52.82
%2.82
%44.36

CMYK Percentages of Color #ce0bad

%0
%95
%16
%19

Triadic Colors of #ce0bad

#ce0bad #adce0b #0badce

Analogous Colors of #ce0bad

#ce0bad #ce0b4b #8e0bce

Monochromatic Colors of #ce0bad

#ce0bad

Complementary Color

#ce0bad #0bce2c

#ce0bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0bad Color CSS Codes

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

#ce0bad Text Font Color

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

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


#ce0bad Background Color

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

This div background color is #ce0bad


#ce0bad Border Color

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

This div border color is #ce0bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0bad


Comments

No comments written yet.

Please login to write comment.