Color Hex Logo

#ce9cbb Color Hex

#CE9CBB
(206,156,187)
0 Favorites   0 Comments

Color spaces of #ce9cbb

RGB 206156187
HSL0.900.340.71
HSV323°24°81°
CMYK 0.000.240.09   0.19
XYZ46.311740.486652.3875
Yxy40.48660.33270.2909
Hunter Lab63.629118.5683-4.2747
CIE-Lab69.814723.5571-8.7617

#ce9cbb color RGB value is (206,156,187).

#ce9cbb hex color red value is 206, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ce9cbb hue: 0.90 , saturation: 0.34 and the lightness value of ce9cbb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011100 10111011
Octal 316 234 273
Decimal 206 156 187
Hex CE 9C BB

RGB Percentages of Color #ce9cbb

%37.52
%28.42
%34.06

CMYK Percentages of Color #ce9cbb

%0
%24
%9
%19

Triadic Colors of #ce9cbb

#ce9cbb #bbce9c #9cbbce

Analogous Colors of #ce9cbb

#ce9cbb #ce9ca2 #c89cce

Monochromatic Colors of #ce9cbb

#ce9cbb

Complementary Color

#ce9cbb #9cceaf

#ce9cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9cbb Color CSS Codes

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

#ce9cbb Text Font Color

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

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


#ce9cbb Background Color

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

This div background color is #ce9cbb


#ce9cbb Border Color

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

This div border color is #ce9cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9cbb


Comments

No comments written yet.

Please login to write comment.