Color Hex Logo

#cea0bd Color Hex

#CEA0BD
(206,160,189)
0 Favorites   0 Comments

Color spaces of #cea0bd

RGB 206160189
HSL0.890.320.72
HSV322°22°81°
CMYK 0.000.220.08   0.19
XYZ47.209741.937553.7506
Yxy41.93750.33040.2935
Hunter Lab64.759216.7987-3.8797
CIE-Lab70.827821.7171-8.3626

#cea0bd color RGB value is (206,160,189).

#cea0bd hex color red value is 206, green value is 160 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cea0bd hue: 0.89 , saturation: 0.32 and the lightness value of cea0bd is 0.72.

The process color (four color CMYK) of #cea0bd color hex is 0.00, 0.22, 0.08, 0.19. Web safe color of #cea0bd is #cc99cc. Color #cea0bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 10111101
Octal 316 240 275
Decimal 206 160 189
Hex CE A0 BD

RGB Percentages of Color #cea0bd

%37.12
%28.83
%34.05

CMYK Percentages of Color #cea0bd

%0
%22
%8
%19

Triadic Colors of #cea0bd

#cea0bd #bdcea0 #a0bdce

Analogous Colors of #cea0bd

#cea0bd #cea0a6 #c8a0ce

Monochromatic Colors of #cea0bd

#cea0bd

Complementary Color

#cea0bd #a0ceb1

#cea0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea0bd Color CSS Codes

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

#cea0bd Text Font Color

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

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


#cea0bd Background Color

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

This div background color is #cea0bd


#cea0bd Border Color

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

This div border color is #cea0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea0bd


Comments

No comments written yet.

Please login to write comment.