Color Hex Logo

#cb7dab Color Hex

#CB7DAB
(203,125,171)
0 Favorites   0 Comments

Color spaces of #cb7dab

RGB 203125171
HSL0.900.430.64
HSV325°38°80°
CMYK 0.000.380.16   0.20
XYZ39.312930.304042.3053
Yxy30.30400.35130.2708
Hunter Lab55.049131.1386-7.0301
CIE-Lab61.915636.6933-11.6029

#cb7dab color RGB value is (203,125,171).

#cb7dab hex color red value is 203, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cb7dab hue: 0.90 , saturation: 0.43 and the lightness value of cb7dab is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111101 10101011
Octal 313 175 253
Decimal 203 125 171
Hex CB 7D AB

RGB Percentages of Color #cb7dab

%40.68
%25.05
%34.27

CMYK Percentages of Color #cb7dab

%0
%38
%16
%20

Triadic Colors of #cb7dab

#cb7dab #abcb7d #7dabcb

Analogous Colors of #cb7dab

#cb7dab #cb7d84 #c47dcb

Monochromatic Colors of #cb7dab

#cb7dab

Complementary Color

#cb7dab #7dcb9d

#cb7dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7dab Color CSS Codes

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

#cb7dab Text Font Color

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

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


#cb7dab Background Color

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

This div background color is #cb7dab


#cb7dab Border Color

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

This div border color is #cb7dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7dab


Comments

No comments written yet.

Please login to write comment.