Color Hex Logo

#cb5dab Color Hex

#CB5DAB
(203,93,171)
0 Favorites   0 Comments

Color spaces of #cb5dab

RGB 20393171
HSL0.880.510.58
HSV317°54°80°
CMYK 0.000.540.16   0.20
XYZ35.893623.465541.1656
Yxy23.46550.35710.2334
Hunter Lab48.441247.4915-16.4761
CIE-Lab55.548653.0075-21.2580

#cb5dab color RGB value is (203,93,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011101 10101011
Octal 313 135 253
Decimal 203 93 171
Hex CB 5D AB

RGB Percentages of Color #cb5dab

%43.47
%19.91
%36.62

CMYK Percentages of Color #cb5dab

%0
%54
%16
%20

Triadic Colors of #cb5dab

#cb5dab #abcb5d #5dabcb

Analogous Colors of #cb5dab

#cb5dab #cb5d74 #b45dcb

Monochromatic Colors of #cb5dab

#cb5dab

Complementary Color

#cb5dab #5dcb7d

#cb5dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5dab Color CSS Codes

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

#cb5dab Text Font Color

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

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


#cb5dab Background Color

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

This div background color is #cb5dab


#cb5dab Border Color

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

This div border color is #cb5dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5dab


Comments

No comments written yet.

Please login to write comment.