Color Hex Logo

#cf478e Color Hex

#CF478E
(207,71,142)
0 Favorites   0 Comments

Color spaces of #cf478e

RGB 20771142
HSL0.910.590.55
HSV329°66°81°
CMYK 0.000.660.31   0.19
XYZ32.867819.724927.6661
Yxy19.72490.40950.2458
Hunter Lab44.412754.3773-5.8447
CIE-Lab51.524759.8968-10.2535

#cf478e color RGB value is (207,71,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000111 10001110
Octal 317 107 216
Decimal 207 71 142
Hex CF 47 8E

RGB Percentages of Color #cf478e

%49.29
%16.90
%33.81

CMYK Percentages of Color #cf478e

%0
%66
%31
%19

Triadic Colors of #cf478e

#cf478e #8ecf47 #478ecf

Analogous Colors of #cf478e

#cf478e #cf474a #cc47cf

Monochromatic Colors of #cf478e

#cf478e

Complementary Color

#cf478e #47cf88

#cf478e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf478e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf478e Color CSS Codes

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

#cf478e Text Font Color

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

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


#cf478e Background Color

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

This div background color is #cf478e


#cf478e Border Color

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

This div border color is #cf478e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf478e


Comments

No comments written yet.

Please login to write comment.