Color Hex Logo

#c536ea Color Hex

#C536EA
(197,54,234)
0 Favorites   0 Comments

Color spaces of #c536ea

RGB 19754234
HSL0.800.810.56
HSV288°77°92°
CMYK 0.160.770.00   0.08
XYZ39.196420.449279.7231
Yxy20.44920.28120.1467
Hunter Lab45.220875.5835-72.8722
CIE-Lab52.341377.5935-62.4323

#c536ea color RGB value is (197,54,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110110 11101010
Octal 305 66 352
Decimal 197 54 234
Hex C5 36 EA

RGB Percentages of Color #c536ea

%40.62
%11.13
%48.25

CMYK Percentages of Color #c536ea

%16
%77
%0
%8

Triadic Colors of #c536ea

#c536ea #eac536 #36eac5

Analogous Colors of #c536ea

#c536ea #ea36b5 #6b36ea

Monochromatic Colors of #c536ea

#c536ea

Complementary Color

#c536ea #5bea36

#c536ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c536ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c536ea Color CSS Codes

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

#c536ea Text Font Color

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

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


#c536ea Background Color

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

This div background color is #c536ea


#c536ea Border Color

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

This div border color is #c536ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c536ea


Comments

No comments written yet.

Please login to write comment.