Color Hex Logo

#c972fa Color Hex

#C972FA
(201,114,250)
0 Favorites   0 Comments

Color spaces of #c972fa

RGB 201114250
HSL0.770.930.71
HSV278°54°98°
CMYK 0.200.540.00   0.02
XYZ47.360031.354393.9983
Yxy31.35430.27420.1815
Hunter Lab55.994952.9826-60.3333
CIE-Lab62.805656.7154-54.5647

#c972fa color RGB value is (201,114,250).

#c972fa hex color red value is 201, green value is 114 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c972fa hue: 0.77 , saturation: 0.93 and the lightness value of c972fa is 0.71.

The process color (four color CMYK) of #c972fa color hex is 0.20, 0.54, 0.00, 0.02. Web safe color of #c972fa is #cc66ff. Color #c972fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 11111010
Octal 311 162 372
Decimal 201 114 250
Hex C9 72 FA

RGB Percentages of Color #c972fa

%35.58
%20.18
%44.25

CMYK Percentages of Color #c972fa

%20
%54
%0
%2

Triadic Colors of #c972fa

#c972fa #fac972 #72fac9

Analogous Colors of #c972fa

#c972fa #fa72e7 #8572fa

Monochromatic Colors of #c972fa

#c972fa

Complementary Color

#c972fa #a3fa72

#c972fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c972fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c972fa Color CSS Codes

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

#c972fa Text Font Color

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

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


#c972fa Background Color

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

This div background color is #c972fa


#c972fa Border Color

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

This div border color is #c972fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,114,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c972fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c972fa;
  -webkit-box-shadow: 1px 1px 3px 2px #c972fa;
  box-shadow:         1px 1px 3px 2px #c972fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,114,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c972fa


Comments

No comments written yet.

Please login to write comment.