Color Hex Logo

#cb598b Color Hex

#CB598B
(203,89,139)
0 Favorites   0 Comments

Color spaces of #cb598b

RGB 20389139
HSL0.930.520.57
HSV334°56°80°
CMYK 0.000.560.32   0.20
XYZ32.861221.705326.8837
Yxy21.70530.40350.2665
Hunter Lab46.588944.3731-1.6005
CIE-Lab53.712950.4415-5.2752

#cb598b color RGB value is (203,89,139).

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

The process color (four color CMYK) of #cb598b color hex is 0.00, 0.56, 0.32, 0.20. Web safe color of #cb598b is #cc6699. Color #cb598b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011001 10001011
Octal 313 131 213
Decimal 203 89 139
Hex CB 59 8B

RGB Percentages of Color #cb598b

%47.10
%20.65
%32.25

CMYK Percentages of Color #cb598b

%0
%56
%32
%20

Triadic Colors of #cb598b

#cb598b #8bcb59 #598bcb

Analogous Colors of #cb598b

#cb598b #cb6059 #cb59c4

Monochromatic Colors of #cb598b

#cb598b

Complementary Color

#cb598b #59cb99

#cb598b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb598b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb598b Color CSS Codes

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

#cb598b Text Font Color

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

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


#cb598b Background Color

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

This div background color is #cb598b


#cb598b Border Color

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

This div border color is #cb598b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb598b


Comments

No comments written yet.

Please login to write comment.