Color Hex Logo

#c541ed Color Hex

#C541ED
(197,65,237)
0 Favorites   0 Comments

Color spaces of #c541ed

RGB 19765237
HSL0.790.830.59
HSV286°73°93°
CMYK 0.170.730.00   0.07
XYZ40.202321.765382.2030
Yxy21.76530.27890.1510
Hunter Lab46.653372.1746-71.8115
CIE-Lab53.777174.5617-61.8069

#c541ed color RGB value is (197,65,237).

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

The process color (four color CMYK) of #c541ed color hex is 0.17, 0.73, 0.00, 0.07. Web safe color of #c541ed is #cc33ff. Color #c541ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 11101101
Octal 305 101 355
Decimal 197 65 237
Hex C5 41 ED

RGB Percentages of Color #c541ed

%39.48
%13.03
%47.49

CMYK Percentages of Color #c541ed

%17
%73
%0
%7

Triadic Colors of #c541ed

#c541ed #edc541 #41edc5

Analogous Colors of #c541ed

#c541ed #ed41bf #6f41ed

Monochromatic Colors of #c541ed

#c541ed

Complementary Color

#c541ed #69ed41

#c541ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c541ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c541ed Color CSS Codes

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

#c541ed Text Font Color

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

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


#c541ed Background Color

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

This div background color is #c541ed


#c541ed Border Color

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

This div border color is #c541ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c541ed


Comments

No comments written yet.

Please login to write comment.