Color Hex Logo

#c970ea Color Hex

#C970EA
(201,112,234)
0 Favorites   0 Comments

Color spaces of #c970ea

RGB 201112234
HSL0.790.740.68
HSV284°52°92°
CMYK 0.140.520.00   0.08
XYZ44.732829.946481.2644
Yxy29.94640.28690.1920
Hunter Lab54.723350.1465-49.7397
CIE-Lab61.607954.4080-47.6097

#c970ea color RGB value is (201,112,234).

#c970ea hex color red value is 201, green value is 112 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c970ea hue: 0.79 , saturation: 0.74 and the lightness value of c970ea is 0.68.

The process color (four color CMYK) of #c970ea color hex is 0.14, 0.52, 0.00, 0.08. Web safe color of #c970ea is #cc66ff. Color #c970ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110000 11101010
Octal 311 160 352
Decimal 201 112 234
Hex C9 70 EA

RGB Percentages of Color #c970ea

%36.75
%20.48
%42.78

CMYK Percentages of Color #c970ea

%14
%52
%0
%8

Triadic Colors of #c970ea

#c970ea #eac970 #70eac9

Analogous Colors of #c970ea

#c970ea #ea70ce #8c70ea

Monochromatic Colors of #c970ea

#c970ea

Complementary Color

#c970ea #91ea70

#c970ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c970ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c970ea Color CSS Codes

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

#c970ea Text Font Color

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

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


#c970ea Background Color

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

This div background color is #c970ea


#c970ea Border Color

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

This div border color is #c970ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c970ea


Comments

No comments written yet.

Please login to write comment.