Color Hex Logo

#c538ed Color Hex

#C538ED
(197,56,237)
0 Favorites   0 Comments

Color spaces of #c538ed

RGB 19756237
HSL0.800.830.57
HSV287°76°93°
CMYK 0.170.760.00   0.07
XYZ39.726220.813182.0443
Yxy20.81310.27860.1460
Hunter Lab45.621475.5969-74.6906
CIE-Lab52.744377.5257-63.4703

#c538ed color RGB value is (197,56,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 11101101
Octal 305 70 355
Decimal 197 56 237
Hex C5 38 ED

RGB Percentages of Color #c538ed

%40.20
%11.43
%48.37

CMYK Percentages of Color #c538ed

%17
%76
%0
%7

Triadic Colors of #c538ed

#c538ed #edc538 #38edc5

Analogous Colors of #c538ed

#c538ed #ed38bb #6b38ed

Monochromatic Colors of #c538ed

#c538ed

Complementary Color

#c538ed #60ed38

#c538ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c538ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c538ed Color CSS Codes

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

#c538ed Text Font Color

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

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


#c538ed Background Color

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

This div background color is #c538ed


#c538ed Border Color

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

This div border color is #c538ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c538ed


Comments

No comments written yet.

Please login to write comment.