Color Hex Logo

#c570ea Color Hex

#C570EA
(197,112,234)
0 Favorites   0 Comments

Color spaces of #c570ea

RGB 197112234
HSL0.780.740.68
HSV282°52°92°
CMYK 0.160.520.00   0.08
XYZ43.671429.399281.2148
Yxy29.39920.28310.1906
Hunter Lab54.221048.8830-50.8526
CIE-Lab61.132353.3573-48.3928

#c570ea color RGB value is (197,112,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110000 11101010
Octal 305 160 352
Decimal 197 112 234
Hex C5 70 EA

RGB Percentages of Color #c570ea

%36.28
%20.63
%43.09

CMYK Percentages of Color #c570ea

%16
%52
%0
%8

Triadic Colors of #c570ea

#c570ea #eac570 #70eac5

Analogous Colors of #c570ea

#c570ea #ea70d2 #8870ea

Monochromatic Colors of #c570ea

#c570ea

Complementary Color

#c570ea #95ea70

#c570ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c570ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c570ea Color CSS Codes

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

#c570ea Text Font Color

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

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


#c570ea Background Color

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

This div background color is #c570ea


#c570ea Border Color

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

This div border color is #c570ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c570ea


Comments

No comments written yet.

Please login to write comment.