Color Hex Logo

#cf588a Color Hex

#CF588A
(207,88,138)
0 Favorites   0 Comments

Color spaces of #cf588a

RGB 20788138
HSL0.930.550.58
HSV335°57°81°
CMYK 0.000.570.33   0.19
XYZ33.809322.079826.5246
Yxy22.07980.41020.2679
Hunter Lab46.989146.2021-0.5758
CIE-Lab54.111652.0662-4.0267

#cf588a color RGB value is (207,88,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01011000 10001010
Octal 317 130 212
Decimal 207 88 138
Hex CF 58 8A

RGB Percentages of Color #cf588a

%47.81
%20.32
%31.87

CMYK Percentages of Color #cf588a

%0
%57
%33
%19

Triadic Colors of #cf588a

#cf588a #8acf58 #588acf

Analogous Colors of #cf588a

#cf588a #cf6258 #cf58c6

Monochromatic Colors of #cf588a

#cf588a

Complementary Color

#cf588a #58cf9d

#cf588a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf588a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf588a Color CSS Codes

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

#cf588a Text Font Color

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

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


#cf588a Background Color

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

This div background color is #cf588a


#cf588a Border Color

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

This div border color is #cf588a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,88,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf588a


Comments

No comments written yet.

Please login to write comment.