Color Hex Logo

#c970fa Color Hex

#C970FA
(201,112,250)
0 Favorites   0 Comments

Color spaces of #c970fa

RGB 201112250
HSL0.770.930.71
HSV279°55°98°
CMYK 0.200.550.00   0.02
XYZ47.136930.908093.9239
Yxy30.90800.27410.1797
Hunter Lab55.595054.0523-61.2499
CIE-Lab62.429957.7113-55.1622

#c970fa color RGB value is (201,112,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110000 11111010
Octal 311 160 372
Decimal 201 112 250
Hex C9 70 FA

RGB Percentages of Color #c970fa

%35.70
%19.89
%44.40

CMYK Percentages of Color #c970fa

%20
%55
%0
%2

Triadic Colors of #c970fa

#c970fa #fac970 #70fac9

Analogous Colors of #c970fa

#c970fa #fa70e6 #8470fa

Monochromatic Colors of #c970fa

#c970fa

Complementary Color

#c970fa #a1fa70

#c970fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c970fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c970fa Color CSS Codes

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

#c970fa Text Font Color

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

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


#c970fa Background Color

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

This div background color is #c970fa


#c970fa Border Color

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

This div border color is #c970fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c970fa


Comments

No comments written yet.

Please login to write comment.