Color Hex Logo

#cb596d Color Hex

#CB596D
(203,89,109)
0 Favorites   0 Comments

Color spaces of #cb596d

RGB 20389109
HSL0.970.520.57
HSV349°56°80°
CMYK 0.000.560.46   0.20
XYZ30.961320.945416.8790
Yxy20.94540.45010.3045
Hunter Lab45.766140.666510.1696
CIE-Lab52.889747.092211.3371

#cb596d color RGB value is (203,89,109).

#cb596d hex color red value is 203, green value is 89 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cb596d hue: 0.97 , saturation: 0.52 and the lightness value of cb596d is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011001 01101101
Octal 313 131 155
Decimal 203 89 109
Hex CB 59 6D

RGB Percentages of Color #cb596d

%50.62
%22.19
%27.18

CMYK Percentages of Color #cb596d

%0
%56
%46
%20

Triadic Colors of #cb596d

#cb596d #6dcb59 #596dcb

Analogous Colors of #cb596d

#cb596d #cb7e59 #cb59a6

Monochromatic Colors of #cb596d

#cb596d

Complementary Color

#cb596d #59cbb7

#cb596d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb596d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb596d Color CSS Codes

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

#cb596d Text Font Color

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

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


#cb596d Background Color

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

This div background color is #cb596d


#cb596d Border Color

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

This div border color is #cb596d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb596d


Comments

No comments written yet.

Please login to write comment.