Color Hex Logo

#cf598b Color Hex

#CF598B
(207,89,139)
0 Favorites   0 Comments

Color spaces of #cf598b

RGB 20789139
HSL0.930.550.58
HSV335°57°81°
CMYK 0.000.570.33   0.19
XYZ33.964722.274226.9353
Yxy22.27420.40840.2678
Hunter Lab47.195645.8669-0.8009
CIE-Lab54.316751.7238-4.3144

#cf598b color RGB value is (207,89,139).

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

The process color (four color CMYK) of #cf598b color hex is 0.00, 0.57, 0.33, 0.19. Web safe color of #cf598b is #cc6699. Color #cf598b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01011001 10001011
Octal 317 131 213
Decimal 207 89 139
Hex CF 59 8B

RGB Percentages of Color #cf598b

%47.59
%20.46
%31.95

CMYK Percentages of Color #cf598b

%0
%57
%33
%19

Triadic Colors of #cf598b

#cf598b #8bcf59 #598bcf

Analogous Colors of #cf598b

#cf598b #cf6259 #cf59c6

Monochromatic Colors of #cf598b

#cf598b

Complementary Color

#cf598b #59cf9d

#cf598b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf598b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf598b Color CSS Codes

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

#cf598b Text Font Color

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

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


#cf598b Background Color

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

This div background color is #cf598b


#cf598b Border Color

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

This div border color is #cf598b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf598b


Comments

No comments written yet.

Please login to write comment.