Color Hex Logo

#cea4bb Color Hex

#CEA4BB
(206,164,187)
0 Favorites   0 Comments

Color spaces of #cea4bb

RGB 206164187
HSL0.910.300.73
HSV327°20°81°
CMYK 0.000.200.09   0.19
XYZ47.698743.260652.8498
Yxy43.26060.33170.3008
Hunter Lab65.772814.3466-1.5998
CIE-Lab71.731519.1844-5.9166

#cea4bb color RGB value is (206,164,187).

#cea4bb hex color red value is 206, green value is 164 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cea4bb hue: 0.91 , saturation: 0.30 and the lightness value of cea4bb is 0.73.

The process color (four color CMYK) of #cea4bb color hex is 0.00, 0.20, 0.09, 0.19. Web safe color of #cea4bb is #cc99cc. Color #cea4bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 10111011
Octal 316 244 273
Decimal 206 164 187
Hex CE A4 BB

RGB Percentages of Color #cea4bb

%36.98
%29.44
%33.57

CMYK Percentages of Color #cea4bb

%0
%20
%9
%19

Triadic Colors of #cea4bb

#cea4bb #bbcea4 #a4bbce

Analogous Colors of #cea4bb

#cea4bb #cea4a6 #cca4ce

Monochromatic Colors of #cea4bb

#cea4bb

Complementary Color

#cea4bb #a4ceb7

#cea4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea4bb Color CSS Codes

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

#cea4bb Text Font Color

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

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


#cea4bb Background Color

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

This div background color is #cea4bb


#cea4bb Border Color

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

This div border color is #cea4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea4bb


Comments

No comments written yet.

Please login to write comment.