Color Hex Logo

#cb5ebb Color Hex

#CB5EBB
(203,94,187)
0 Favorites   0 Comments

Color spaces of #cb5ebb

RGB 20394187
HSL0.860.510.58
HSV309°54°80°
CMYK 0.000.540.08   0.20
XYZ37.600924.289849.7203
Yxy24.28980.33690.2176
Hunter Lab49.284749.9353-25.3148
CIE-Lab56.376855.0794-29.2244

#cb5ebb color RGB value is (203,94,187).

#cb5ebb hex color red value is 203, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cb5ebb hue: 0.86 , saturation: 0.51 and the lightness value of cb5ebb is 0.58.

The process color (four color CMYK) of #cb5ebb color hex is 0.00, 0.54, 0.08, 0.20. Web safe color of #cb5ebb is #cc66cc. Color #cb5ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011110 10111011
Octal 313 136 273
Decimal 203 94 187
Hex CB 5E BB

RGB Percentages of Color #cb5ebb

%41.94
%19.42
%38.64

CMYK Percentages of Color #cb5ebb

%0
%54
%8
%20

Triadic Colors of #cb5ebb

#cb5ebb #bbcb5e #5ebbcb

Analogous Colors of #cb5ebb

#cb5ebb #cb5e85 #a55ecb

Monochromatic Colors of #cb5ebb

#cb5ebb

Complementary Color

#cb5ebb #5ecb6e

#cb5ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5ebb Color CSS Codes

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

#cb5ebb Text Font Color

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

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


#cb5ebb Background Color

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

This div background color is #cb5ebb


#cb5ebb Border Color

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

This div border color is #cb5ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5ebb


Comments

No comments written yet.

Please login to write comment.