Color Hex Logo

#c542e7 Color Hex

#C542E7
(197,66,231)
0 Favorites   0 Comments

Color spaces of #c542e7

RGB 19766231
HSL0.800.770.58
HSV288°71°91°
CMYK 0.150.710.00   0.09
XYZ39.398021.536377.6817
Yxy21.53630.28420.1554
Hunter Lab46.407270.3272-66.7613
CIE-Lab53.531573.1004-58.8284

#c542e7 color RGB value is (197,66,231).

#c542e7 hex color red value is 197, green value is 66 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #c542e7 hue: 0.80 , saturation: 0.77 and the lightness value of c542e7 is 0.58.

The process color (four color CMYK) of #c542e7 color hex is 0.15, 0.71, 0.00, 0.09. Web safe color of #c542e7 is #cc33ff. Color #c542e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000010 11100111
Octal 305 102 347
Decimal 197 66 231
Hex C5 42 E7

RGB Percentages of Color #c542e7

%39.88
%13.36
%46.76

CMYK Percentages of Color #c542e7

%15
%71
%0
%9

Triadic Colors of #c542e7

#c542e7 #e7c542 #42e7c5

Analogous Colors of #c542e7

#c542e7 #e742b7 #7342e7

Monochromatic Colors of #c542e7

#c542e7

Complementary Color

#c542e7 #64e742

#c542e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c542e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c542e7 Color CSS Codes

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

#c542e7 Text Font Color

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

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


#c542e7 Background Color

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

This div background color is #c542e7


#c542e7 Border Color

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

This div border color is #c542e7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,66,231, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c542e7


Comments

No comments written yet.

Please login to write comment.