Color Hex Logo

#c541ea Color Hex

#C541EA
(197,65,234)
0 Favorites   0 Comments

Color spaces of #c541ea

RGB 19765234
HSL0.800.800.59
HSV287°72°92°
CMYK 0.160.720.00   0.08
XYZ39.767521.591479.9135
Yxy21.59140.28150.1528
Hunter Lab46.466571.4493-69.4408
CIE-Lab53.590874.0068-60.4215

#c541ea color RGB value is (197,65,234).

#c541ea hex color red value is 197, green value is 65 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c541ea hue: 0.80 , saturation: 0.80 and the lightness value of c541ea is 0.59.

The process color (four color CMYK) of #c541ea color hex is 0.16, 0.72, 0.00, 0.08. Web safe color of #c541ea is #cc33ff. Color #c541ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 11101010
Octal 305 101 352
Decimal 197 65 234
Hex C5 41 EA

RGB Percentages of Color #c541ea

%39.72
%13.10
%47.18

CMYK Percentages of Color #c541ea

%16
%72
%0
%8

Triadic Colors of #c541ea

#c541ea #eac541 #41eac5

Analogous Colors of #c541ea

#c541ea #ea41bb #7141ea

Monochromatic Colors of #c541ea

#c541ea

Complementary Color

#c541ea #66ea41

#c541ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c541ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c541ea Color CSS Codes

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

#c541ea Text Font Color

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

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


#c541ea Background Color

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

This div background color is #c541ea


#c541ea Border Color

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

This div border color is #c541ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c541ea


Comments

No comments written yet.

Please login to write comment.