Color Hex Logo

#cb536d Color Hex

#CB536D
(203,83,109)
0 Favorites   0 Comments

Color spaces of #cb536d

RGB 20383109
HSL0.960.540.56
HSV347°59°80°
CMYK 0.000.590.46   0.20
XYZ30.482219.987116.7193
Yxy19.98710.45370.2975
Hunter Lab44.706943.46829.1218
CIE-Lab51.822649.90789.8372

#cb536d color RGB value is (203,83,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010011 01101101
Octal 313 123 155
Decimal 203 83 109
Hex CB 53 6D

RGB Percentages of Color #cb536d

%51.39
%21.01
%27.59

CMYK Percentages of Color #cb536d

%0
%59
%46
%20

Triadic Colors of #cb536d

#cb536d #6dcb53 #536dcb

Analogous Colors of #cb536d

#cb536d #cb7553 #cb53a9

Monochromatic Colors of #cb536d

#cb536d

Complementary Color

#cb536d #53cbb1

#cb536d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb536d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb536d Color CSS Codes

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

#cb536d Text Font Color

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

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


#cb536d Background Color

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

This div background color is #cb536d


#cb536d Border Color

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

This div border color is #cb536d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb536d


Comments

No comments written yet.

Please login to write comment.