Color Hex Logo

#cea7bf Color Hex

#CEA7BF
(206,167,191)
0 Favorites   0 Comments

Color spaces of #cea7bf

RGB 206167191
HSL0.900.280.73
HSV323°19°81°
CMYK 0.000.190.07   0.19
XYZ48.676344.520855.3181
Yxy44.52080.32780.2998
Hunter Lab66.723913.4521-2.4482
CIE-Lab72.575218.2437-6.8716

#cea7bf color RGB value is (206,167,191).

#cea7bf hex color red value is 206, green value is 167 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cea7bf hue: 0.90 , saturation: 0.28 and the lightness value of cea7bf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100111 10111111
Octal 316 247 277
Decimal 206 167 191
Hex CE A7 BF

RGB Percentages of Color #cea7bf

%36.52
%29.61
%33.87

CMYK Percentages of Color #cea7bf

%0
%19
%7
%19

Triadic Colors of #cea7bf

#cea7bf #bfcea7 #a7bfce

Analogous Colors of #cea7bf

#cea7bf #cea7ac #caa7ce

Monochromatic Colors of #cea7bf

#cea7bf

Complementary Color

#cea7bf #a7ceb6

#cea7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea7bf Color CSS Codes

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

#cea7bf Text Font Color

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

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


#cea7bf Background Color

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

This div background color is #cea7bf


#cea7bf Border Color

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

This div border color is #cea7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea7bf


Comments

No comments written yet.

Please login to write comment.