Color Hex Logo

#cf488f Color Hex

#CF488F
(207,72,143)
0 Favorites   0 Comments

Color spaces of #cf488f

RGB 20772143
HSL0.910.580.55
HSV328°65°81°
CMYK 0.000.650.31   0.19
XYZ33.007419.883328.0848
Yxy19.88330.40760.2455
Hunter Lab44.590754.0975-6.1295
CIE-Lab51.705059.6160-10.5786

#cf488f color RGB value is (207,72,143).

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

The process color (four color CMYK) of #cf488f color hex is 0.00, 0.65, 0.31, 0.19. Web safe color of #cf488f is #cc3399. Color #cf488f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001000 10001111
Octal 317 110 217
Decimal 207 72 143
Hex CF 48 8F

RGB Percentages of Color #cf488f

%49.05
%17.06
%33.89

CMYK Percentages of Color #cf488f

%0
%65
%31
%19

Triadic Colors of #cf488f

#cf488f #8fcf48 #488fcf

Analogous Colors of #cf488f

#cf488f #cf484c #cc48cf

Monochromatic Colors of #cf488f

#cf488f

Complementary Color

#cf488f #48cf88

#cf488f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf488f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf488f Color CSS Codes

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

#cf488f Text Font Color

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

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


#cf488f Background Color

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

This div background color is #cf488f


#cf488f Border Color

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

This div border color is #cf488f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf488f


Comments

No comments written yet.

Please login to write comment.