Color Hex Logo

#c571ea Color Hex

#C571EA
(197,113,234)
0 Favorites   0 Comments

Color spaces of #c571ea

RGB 197113234
HSL0.780.740.68
HSV282°52°92°
CMYK 0.160.520.00   0.08
XYZ43.782429.621181.2518
Yxy29.62110.28310.1915
Hunter Lab54.425348.3501-50.4167
CIE-Lab61.325952.8496-48.0866

#c571ea color RGB value is (197,113,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110001 11101010
Octal 305 161 352
Decimal 197 113 234
Hex C5 71 EA

RGB Percentages of Color #c571ea

%36.21
%20.77
%43.01

CMYK Percentages of Color #c571ea

%16
%52
%0
%8

Triadic Colors of #c571ea

#c571ea #eac571 #71eac5

Analogous Colors of #c571ea

#c571ea #ea71d3 #8971ea

Monochromatic Colors of #c571ea

#c571ea

Complementary Color

#c571ea #96ea71

#c571ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c571ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c571ea Color CSS Codes

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

#c571ea Text Font Color

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

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


#c571ea Background Color

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

This div background color is #c571ea


#c571ea Border Color

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

This div border color is #c571ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c571ea


Comments

No comments written yet.

Please login to write comment.