Color Hex Logo

#ce0dbd Color Hex

#CE0DBD
(206,13,189)
0 Favorites   0 Comments

Color spaces of #ce0dbd

RGB 20613189
HSL0.850.880.43
HSV305°94°81°
CMYK 0.000.940.08   0.19
XYZ34.782817.083849.6084
Yxy17.08380.34280.1684
Hunter Lab41.332677.8821-42.2286
CIE-Lab48.365580.2021-42.9215

#ce0dbd color RGB value is (206,13,189).

#ce0dbd hex color red value is 206, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ce0dbd hue: 0.85 , saturation: 0.88 and the lightness value of ce0dbd is 0.43.

The process color (four color CMYK) of #ce0dbd color hex is 0.00, 0.94, 0.08, 0.19. Web safe color of #ce0dbd is #cc00cc. Color #ce0dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001101 10111101
Octal 316 15 275
Decimal 206 13 189
Hex CE D BD

RGB Percentages of Color #ce0dbd

%50.49
%3.19
%46.32

CMYK Percentages of Color #ce0dbd

%0
%94
%8
%19

Triadic Colors of #ce0dbd

#ce0dbd #bdce0d #0dbdce

Analogous Colors of #ce0dbd

#ce0dbd #ce0d5c #7f0dce

Monochromatic Colors of #ce0dbd

#ce0dbd

Complementary Color

#ce0dbd #0dce1e

#ce0dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0dbd Color CSS Codes

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

#ce0dbd Text Font Color

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

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


#ce0dbd Background Color

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

This div background color is #ce0dbd


#ce0dbd Border Color

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

This div border color is #ce0dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0dbd


Comments

No comments written yet.

Please login to write comment.