Color Hex Logo

#cb537e Color Hex

#CB537E
(203,83,126)
0 Favorites   0 Comments

Color spaces of #cb537e

RGB 20383126
HSL0.940.540.56
HSV339°59°80°
CMYK 0.000.590.38   0.20
XYZ31.487820.389422.0146
Yxy20.38940.42610.2759
Hunter Lab45.154645.45332.7021
CIE-Lab52.274651.68230.3296

#cb537e color RGB value is (203,83,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010011 01111110
Octal 313 123 176
Decimal 203 83 126
Hex CB 53 7E

RGB Percentages of Color #cb537e

%49.27
%20.15
%30.58

CMYK Percentages of Color #cb537e

%0
%59
%38
%20

Triadic Colors of #cb537e

#cb537e #7ecb53 #537ecb

Analogous Colors of #cb537e

#cb537e #cb6453 #cb53ba

Monochromatic Colors of #cb537e

#cb537e

Complementary Color

#cb537e #53cba0

#cb537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb537e Color CSS Codes

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

#cb537e Text Font Color

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

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


#cb537e Background Color

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

This div background color is #cb537e


#cb537e Border Color

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

This div border color is #cb537e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb537e


Comments

No comments written yet.

Please login to write comment.