Color Hex Logo

#cb5dac Color Hex

#CB5DAC
(203,93,172)
0 Favorites   0 Comments

Color spaces of #cb5dac

RGB 20393172
HSL0.880.510.58
HSV317°54°80°
CMYK 0.000.540.15   0.20
XYZ35.989323.503841.6696
Yxy23.50380.35580.2323
Hunter Lab48.480747.6669-17.0238
CIE-Lab55.587553.1607-21.7787

#cb5dac color RGB value is (203,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011101 10101100
Octal 313 135 254
Decimal 203 93 172
Hex CB 5D AC

RGB Percentages of Color #cb5dac

%43.38
%19.87
%36.75

CMYK Percentages of Color #cb5dac

%0
%54
%15
%20

Triadic Colors of #cb5dac

#cb5dac #accb5d #5daccb

Analogous Colors of #cb5dac

#cb5dac #cb5d75 #b35dcb

Monochromatic Colors of #cb5dac

#cb5dac

Complementary Color

#cb5dac #5dcb7c

#cb5dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5dac Color CSS Codes

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

#cb5dac Text Font Color

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

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


#cb5dac Background Color

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

This div background color is #cb5dac


#cb5dac Border Color

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

This div border color is #cb5dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5dac


Comments

No comments written yet.

Please login to write comment.