Color Hex Logo

#c970ff Color Hex

#C970FF
(201,112,255)
0 Favorites   0 Comments

Color spaces of #c970ff

RGB 201112255
HSL0.771.000.72
HSV277°56°100°
CMYK 0.210.560.00   0.00
XYZ47.931631.225898.1087
Yxy31.22580.27040.1762
Hunter Lab55.880155.3198-64.9795
CIE-Lab62.697858.7684-57.4869

#c970ff color RGB value is (201,112,255).

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

The process color (four color CMYK) of #c970ff color hex is 0.21, 0.56, 0.00, 0.00. Web safe color of #c970ff is #cc66ff. Color #c970ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110000 11111111
Octal 311 160 377
Decimal 201 112 255
Hex C9 70 FF

RGB Percentages of Color #c970ff

%35.39
%19.72
%44.89

CMYK Percentages of Color #c970ff

%21
%56
%0
%0

Triadic Colors of #c970ff

#c970ff #ffc970 #70ffc9

Analogous Colors of #c970ff

#c970ff #ff70ee #8270ff

Monochromatic Colors of #c970ff

#c970ff

Complementary Color

#c970ff #a6ff70

#c970ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c970ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c970ff Color CSS Codes

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

#c970ff Text Font Color

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

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


#c970ff Background Color

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

This div background color is #c970ff


#c970ff Border Color

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

This div border color is #c970ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c970ff


Comments

No comments written yet.

Please login to write comment.