Color Hex Logo

#cb529f Color Hex

#CB529F
(203,82,159)
0 Favorites   0 Comments

Color spaces of #cb529f

RGB 20382159
HSL0.890.540.56
HSV322°60°80°
CMYK 0.000.600.22   0.20
XYZ33.903921.234335.1126
Yxy21.23430.37570.2353
Hunter Lab46.080750.6903-12.9214
CIE-Lab53.205056.3041-17.8317

#cb529f color RGB value is (203,82,159).

#cb529f hex color red value is 203, green value is 82 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cb529f hue: 0.89 , saturation: 0.54 and the lightness value of cb529f is 0.56.

The process color (four color CMYK) of #cb529f color hex is 0.00, 0.60, 0.22, 0.20. Web safe color of #cb529f is #cc6699. Color #cb529f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010010 10011111
Octal 313 122 237
Decimal 203 82 159
Hex CB 52 9F

RGB Percentages of Color #cb529f

%45.72
%18.47
%35.81

CMYK Percentages of Color #cb529f

%0
%60
%22
%20

Triadic Colors of #cb529f

#cb529f #9fcb52 #529fcb

Analogous Colors of #cb529f

#cb529f #cb5262 #bb52cb

Monochromatic Colors of #cb529f

#cb529f

Complementary Color

#cb529f #52cb7e

#cb529f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb529f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb529f Color CSS Codes

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

#cb529f Text Font Color

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

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


#cb529f Background Color

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

This div background color is #cb529f


#cb529f Border Color

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

This div border color is #cb529f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb529f


Comments

No comments written yet.

Please login to write comment.