Color Hex Logo

#cf447f Color Hex

#CF447F
(207,68,127)
0 Favorites   0 Comments

Color spaces of #cf447f

RGB 20768127
HSL0.930.590.54
HSV335°67°81°
CMYK 0.000.670.39   0.19
XYZ31.630018.931922.0658
Yxy18.93190.43550.2607
Hunter Lab43.510853.61590.3896
CIE-Lab50.607459.3886-2.6358

#cf447f color RGB value is (207,68,127).

#cf447f hex color red value is 207, green value is 68 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cf447f hue: 0.93 , saturation: 0.59 and the lightness value of cf447f is 0.54.

The process color (four color CMYK) of #cf447f color hex is 0.00, 0.67, 0.39, 0.19. Web safe color of #cf447f is #cc3366. Color #cf447f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000100 01111111
Octal 317 104 177
Decimal 207 68 127
Hex CF 44 7F

RGB Percentages of Color #cf447f

%51.49
%16.92
%31.59

CMYK Percentages of Color #cf447f

%0
%67
%39
%19

Triadic Colors of #cf447f

#cf447f #7fcf44 #447fcf

Analogous Colors of #cf447f

#cf447f #cf4f44 #cf44c5

Monochromatic Colors of #cf447f

#cf447f

Complementary Color

#cf447f #44cf94

#cf447f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf447f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf447f Color CSS Codes

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

#cf447f Text Font Color

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

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


#cf447f Background Color

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

This div background color is #cf447f


#cf447f Border Color

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

This div border color is #cf447f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf447f


Comments

No comments written yet.

Please login to write comment.