Color Hex Logo

#cf065f Color Hex

#CF065F
(207,6,95)
0 Favorites   0 Comments

Color spaces of #cf065f

RGB 207695
HSL0.930.940.42
HSV333°97°81°
CMYK 0.000.970.54   0.19
XYZ27.862814.221912.1030
Yxy14.22190.51420.2625
Hunter Lab37.711965.88577.3702
CIE-Lab44.549571.15928.2328

#cf065f color RGB value is (207,6,95).

#cf065f hex color red value is 207, green value is 6 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cf065f hue: 0.93 , saturation: 0.94 and the lightness value of cf065f is 0.42.

The process color (four color CMYK) of #cf065f color hex is 0.00, 0.97, 0.54, 0.19. Web safe color of #cf065f is #cc0066. Color #cf065f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000110 01011111
Octal 317 6 137
Decimal 207 6 95
Hex CF 6 5F

RGB Percentages of Color #cf065f

%67.21
%1.95
%30.84

CMYK Percentages of Color #cf065f

%0
%97
%54
%19

Triadic Colors of #cf065f

#cf065f #5fcf06 #065fcf

Analogous Colors of #cf065f

#cf065f #cf1106 #cf06c4

Monochromatic Colors of #cf065f

#cf065f

Complementary Color

#cf065f #06cf76

#cf065f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf065f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf065f Color CSS Codes

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

#cf065f Text Font Color

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

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


#cf065f Background Color

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

This div background color is #cf065f


#cf065f Border Color

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

This div border color is #cf065f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf065f


Comments

No comments written yet.

Please login to write comment.