Color Hex Logo

#cb598d Color Hex

#CB598D
(203,89,141)
0 Favorites   0 Comments

Color spaces of #cb598d

RGB 20389141
HSL0.920.520.57
HSV333°56°80°
CMYK 0.000.560.31   0.20
XYZ33.008721.764427.6605
Yxy21.76440.40040.2640
Hunter Lab46.652344.6555-2.4968
CIE-Lab53.776150.6933-6.3633

#cb598d color RGB value is (203,89,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011001 10001101
Octal 313 131 215
Decimal 203 89 141
Hex CB 59 8D

RGB Percentages of Color #cb598d

%46.88
%20.55
%32.56

CMYK Percentages of Color #cb598d

%0
%56
%31
%20

Triadic Colors of #cb598d

#cb598d #8dcb59 #598dcb

Analogous Colors of #cb598d

#cb598d #cb5e59 #cb59c6

Monochromatic Colors of #cb598d

#cb598d

Complementary Color

#cb598d #59cb97

#cb598d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb598d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb598d Color CSS Codes

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

#cb598d Text Font Color

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

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


#cb598d Background Color

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

This div background color is #cb598d


#cb598d Border Color

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

This div border color is #cb598d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb598d


Comments

No comments written yet.

Please login to write comment.