Color Hex Logo

#cf448c Color Hex

#CF448C
(207,68,140)
0 Favorites   0 Comments

Color spaces of #cf448c

RGB 20768140
HSL0.910.590.54
HSV329°67°81°
CMYK 0.000.670.32   0.19
XYZ32.532919.293126.8202
Yxy19.29310.41370.2453
Hunter Lab43.923955.3418-5.4561
CIE-Lab51.028460.8403-9.8049

#cf448c color RGB value is (207,68,140).

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

The process color (four color CMYK) of #cf448c color hex is 0.00, 0.67, 0.32, 0.19. Web safe color of #cf448c is #cc3399. Color #cf448c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000100 10001100
Octal 317 104 214
Decimal 207 68 140
Hex CF 44 8C

RGB Percentages of Color #cf448c

%49.88
%16.39
%33.73

CMYK Percentages of Color #cf448c

%0
%67
%32
%19

Triadic Colors of #cf448c

#cf448c #8ccf44 #448ccf

Analogous Colors of #cf448c

#cf448c #cf4446 #cd44cf

Monochromatic Colors of #cf448c

#cf448c

Complementary Color

#cf448c #44cf87

#cf448c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf448c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf448c Color CSS Codes

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

#cf448c Text Font Color

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

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


#cf448c Background Color

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

This div background color is #cf448c


#cf448c Border Color

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

This div border color is #cf448c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf448c


Comments

No comments written yet.

Please login to write comment.