Color Hex Logo

#c538ef Color Hex

#C538EF
(197,56,239)
0 Favorites   0 Comments

Color spaces of #c538ef

RGB 19756239
HSL0.800.850.58
HSV286°77°94°
CMYK 0.180.770.00   0.06
XYZ40.020120.930783.5921
Yxy20.93070.27690.1448
Hunter Lab45.750176.0811-76.3065
CIE-Lab52.873677.8883-64.3848

#c538ef color RGB value is (197,56,239).

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

The process color (four color CMYK) of #c538ef color hex is 0.18, 0.77, 0.00, 0.06. Web safe color of #c538ef is #cc33ff. Color #c538ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 11101111
Octal 305 70 357
Decimal 197 56 239
Hex C5 38 EF

RGB Percentages of Color #c538ef

%40.04
%11.38
%48.58

CMYK Percentages of Color #c538ef

%18
%77
%0
%6

Triadic Colors of #c538ef

#c538ef #efc538 #38efc5

Analogous Colors of #c538ef

#c538ef #ef38be #6a38ef

Monochromatic Colors of #c538ef

#c538ef

Complementary Color

#c538ef #62ef38

#c538ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c538ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c538ef Color CSS Codes

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

#c538ef Text Font Color

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

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


#c538ef Background Color

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

This div background color is #c538ef


#c538ef Border Color

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

This div border color is #c538ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c538ef


Comments

No comments written yet.

Please login to write comment.