Color Hex Logo

#cb537a Color Hex

#CB537A
(203,83,122)
0 Favorites   0 Comments

Color spaces of #cb537a

RGB 20383122
HSL0.950.540.56
HSV341°59°80°
CMYK 0.000.590.40   0.20
XYZ31.234720.288220.6821
Yxy20.28820.43260.2810
Hunter Lab45.042444.95674.3055
CIE-Lab52.161551.24062.5524

#cb537a color RGB value is (203,83,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010011 01111010
Octal 313 123 172
Decimal 203 83 122
Hex CB 53 7A

RGB Percentages of Color #cb537a

%49.75
%20.34
%29.90

CMYK Percentages of Color #cb537a

%0
%59
%40
%20

Triadic Colors of #cb537a

#cb537a #7acb53 #537acb

Analogous Colors of #cb537a

#cb537a #cb6853 #cb53b6

Monochromatic Colors of #cb537a

#cb537a

Complementary Color

#cb537a #53cba4

#cb537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb537a Color CSS Codes

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

#cb537a Text Font Color

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

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


#cb537a Background Color

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

This div background color is #cb537a


#cb537a Border Color

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

This div border color is #cb537a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb537a


Comments

No comments written yet.

Please login to write comment.