Color Hex Logo

#c036ed Color Hex

#C036ED
(192,54,237)
0 Favorites   0 Comments

Color spaces of #c036ed

RGB 19254237
HSL0.790.840.57
HSV285°77°93°
CMYK 0.190.770.00   0.07
XYZ38.343519.959281.9524
Yxy19.95920.27340.1423
Hunter Lab44.675775.0174-77.4876
CIE-Lab51.791177.2462-65.0459

#c036ed color RGB value is (192,54,237).

#c036ed hex color red value is 192, green value is 54 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c036ed hue: 0.79 , saturation: 0.84 and the lightness value of c036ed is 0.57.

The process color (four color CMYK) of #c036ed color hex is 0.19, 0.77, 0.00, 0.07. Web safe color of #c036ed is #cc33ff. Color #c036ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110110 11101101
Octal 300 66 355
Decimal 192 54 237
Hex C0 36 ED

RGB Percentages of Color #c036ed

%39.75
%11.18
%49.07

CMYK Percentages of Color #c036ed

%19
%77
%0
%7

Triadic Colors of #c036ed

#c036ed #edc036 #36edc0

Analogous Colors of #c036ed

#c036ed #ed36bf #6536ed

Monochromatic Colors of #c036ed

#c036ed

Complementary Color

#c036ed #63ed36

#c036ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c036ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c036ed Color CSS Codes

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

#c036ed Text Font Color

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

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


#c036ed Background Color

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

This div background color is #c036ed


#c036ed Border Color

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

This div border color is #c036ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c036ed


Comments

No comments written yet.

Please login to write comment.