Color Hex Logo

#cb527a Color Hex

#CB527A
(203,82,122)
0 Favorites   0 Comments

Color spaces of #cb527a

RGB 20382122
HSL0.940.540.56
HSV340°60°80°
CMYK 0.000.600.40   0.20
XYZ31.158720.136220.6568
Yxy20.13620.43310.2799
Hunter Lab44.873445.41654.1181
CIE-Lab51.990951.69612.3051

#cb527a color RGB value is (203,82,122).

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

The process color (four color CMYK) of #cb527a color hex is 0.00, 0.60, 0.40, 0.20. Web safe color of #cb527a is #cc6666. Color #cb527a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010010 01111010
Octal 313 122 172
Decimal 203 82 122
Hex CB 52 7A

RGB Percentages of Color #cb527a

%49.88
%20.15
%29.98

CMYK Percentages of Color #cb527a

%0
%60
%40
%20

Triadic Colors of #cb527a

#cb527a #7acb52 #527acb

Analogous Colors of #cb527a

#cb527a #cb6752 #cb52b7

Monochromatic Colors of #cb527a

#cb527a

Complementary Color

#cb527a #52cba3

#cb527a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb527a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb527a Color CSS Codes

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

#cb527a Text Font Color

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

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


#cb527a Background Color

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

This div background color is #cb527a


#cb527a Border Color

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

This div border color is #cb527a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb527a


Comments

No comments written yet.

Please login to write comment.