Color Hex Logo

#cf097f Color Hex

#CF097F
(207,9,127)
0 Favorites   0 Comments

Color spaces of #cf097f

RGB 2079127
HSL0.900.920.42
HSV324°96°81°
CMYK 0.000.960.39   0.19
XYZ29.660614.993121.4093
Yxy14.99310.44900.2270
Hunter Lab38.720968.9711-5.6776
CIE-Lab45.624773.5199-10.0498

#cf097f color RGB value is (207,9,127).

#cf097f hex color red value is 207, green value is 9 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cf097f hue: 0.90 , saturation: 0.92 and the lightness value of cf097f is 0.42.

The process color (four color CMYK) of #cf097f color hex is 0.00, 0.96, 0.39, 0.19. Web safe color of #cf097f is #cc0066. Color #cf097f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00001001 01111111
Octal 317 11 177
Decimal 207 9 127
Hex CF 9 7F

RGB Percentages of Color #cf097f

%60.35
%2.62
%37.03

CMYK Percentages of Color #cf097f

%0
%96
%39
%19

Triadic Colors of #cf097f

#cf097f #7fcf09 #097fcf

Analogous Colors of #cf097f

#cf097f #cf091c #bc09cf

Monochromatic Colors of #cf097f

#cf097f

Complementary Color

#cf097f #09cf59

#cf097f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf097f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf097f Color CSS Codes

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

#cf097f Text Font Color

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

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


#cf097f Background Color

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

This div background color is #cf097f


#cf097f Border Color

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

This div border color is #cf097f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf097f


Comments

No comments written yet.

Please login to write comment.