Color Hex Logo

#c538eb Color Hex

#C538EB
(197,56,235)
0 Favorites   0 Comments

Color spaces of #c538eb

RGB 19756235
HSL0.800.820.57
HSV287°76°92°
CMYK 0.160.760.00   0.08
XYZ39.435520.696880.5137
Yxy20.69680.28040.1472
Hunter Lab45.493775.1158-73.0844
CIE-Lab52.616177.1646-62.5526

#c538eb color RGB value is (197,56,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 11101011
Octal 305 70 353
Decimal 197 56 235
Hex C5 38 EB

RGB Percentages of Color #c538eb

%40.37
%11.48
%48.16

CMYK Percentages of Color #c538eb

%16
%76
%0
%8

Triadic Colors of #c538eb

#c538eb #ebc538 #38ebc5

Analogous Colors of #c538eb

#c538eb #eb38b8 #6c38eb

Monochromatic Colors of #c538eb

#c538eb

Complementary Color

#c538eb #5eeb38

#c538eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c538eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c538eb Color CSS Codes

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

#c538eb Text Font Color

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

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


#c538eb Background Color

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

This div background color is #c538eb


#c538eb Border Color

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

This div border color is #c538eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c538eb


Comments

No comments written yet.

Please login to write comment.