Color Hex Logo

#cb9ebe Color Hex

#CB9EBE
(203,158,190)
0 Favorites   0 Comments

Color spaces of #cb9ebe

RGB 203158190
HSL0.880.300.71
HSV317°22°80°
CMYK 0.000.220.06   0.20
XYZ46.149740.867954.1711
Yxy40.86790.32690.2895
Hunter Lab63.928016.9853-5.4914
CIE-Lab70.083321.9402-10.0574

#cb9ebe color RGB value is (203,158,190).

#cb9ebe hex color red value is 203, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cb9ebe hue: 0.88 , saturation: 0.30 and the lightness value of cb9ebe is 0.71.

The process color (four color CMYK) of #cb9ebe color hex is 0.00, 0.22, 0.06, 0.20. Web safe color of #cb9ebe is #cc99cc. Color #cb9ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011110 10111110
Octal 313 236 276
Decimal 203 158 190
Hex CB 9E BE

RGB Percentages of Color #cb9ebe

%36.84
%28.68
%34.48

CMYK Percentages of Color #cb9ebe

%0
%22
%6
%20

Triadic Colors of #cb9ebe

#cb9ebe #becb9e #9ebecb

Analogous Colors of #cb9ebe

#cb9ebe #cb9ea8 #c29ecb

Monochromatic Colors of #cb9ebe

#cb9ebe

Complementary Color

#cb9ebe #9ecbab

#cb9ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9ebe Color CSS Codes

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

#cb9ebe Text Font Color

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

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


#cb9ebe Background Color

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

This div background color is #cb9ebe


#cb9ebe Border Color

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

This div border color is #cb9ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,158,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb9ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb9ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #cb9ebe;
  box-shadow:         1px 1px 3px 2px #cb9ebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,158,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9ebe


Comments

No comments written yet.

Please login to write comment.