Color Hex Logo

#cb5eab Color Hex

#CB5EAB
(203,94,171)
0 Favorites   0 Comments

Color spaces of #cb5eab

RGB 20394171
HSL0.880.510.58
HSV318°54°80°
CMYK 0.000.540.16   0.20
XYZ35.982023.642241.1950
Yxy23.64220.35690.2345
Hunter Lab48.623247.0023-16.1959
CIE-Lab55.727852.5318-20.9836

#cb5eab color RGB value is (203,94,171).

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

The process color (four color CMYK) of #cb5eab color hex is 0.00, 0.54, 0.16, 0.20. Web safe color of #cb5eab is #cc6699. Color #cb5eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011110 10101011
Octal 313 136 253
Decimal 203 94 171
Hex CB 5E AB

RGB Percentages of Color #cb5eab

%43.38
%20.09
%36.54

CMYK Percentages of Color #cb5eab

%0
%54
%16
%20

Triadic Colors of #cb5eab

#cb5eab #abcb5e #5eabcb

Analogous Colors of #cb5eab

#cb5eab #cb5e75 #b55ecb

Monochromatic Colors of #cb5eab

#cb5eab

Complementary Color

#cb5eab #5ecb7e

#cb5eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5eab Color CSS Codes

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

#cb5eab Text Font Color

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

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


#cb5eab Background Color

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

This div background color is #cb5eab


#cb5eab Border Color

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

This div border color is #cb5eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5eab


Comments

No comments written yet.

Please login to write comment.