Color Hex Logo

#cf317a Color Hex

#CF317A
(207,49,122)
0 Favorites   0 Comments

Color spaces of #cf317a

RGB 20749122
HSL0.920.620.50
HSV332°76°81°
CMYK 0.000.760.41   0.19
XYZ30.343316.867220.0688
Yxy16.86720.45100.2507
Hunter Lab41.069760.0082-0.2234
CIE-Lab48.092365.4663-3.3157

#cf317a color RGB value is (207,49,122).

#cf317a hex color red value is 207, green value is 49 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cf317a hue: 0.92 , saturation: 0.62 and the lightness value of cf317a is 0.50.

The process color (four color CMYK) of #cf317a color hex is 0.00, 0.76, 0.41, 0.19. Web safe color of #cf317a is #cc3366. Color #cf317a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110001 01111010
Octal 317 61 172
Decimal 207 49 122
Hex CF 31 7A

RGB Percentages of Color #cf317a

%54.76
%12.96
%32.28

CMYK Percentages of Color #cf317a

%0
%76
%41
%19

Triadic Colors of #cf317a

#cf317a #7acf31 #317acf

Analogous Colors of #cf317a

#cf317a #cf3731 #cf31c9

Monochromatic Colors of #cf317a

#cf317a

Complementary Color

#cf317a #31cf86

#cf317a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf317a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf317a Color CSS Codes

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

#cf317a Text Font Color

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

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


#cf317a Background Color

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

This div background color is #cf317a


#cf317a Border Color

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

This div border color is #cf317a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf317a


Comments

No comments written yet.

Please login to write comment.