Color Hex Logo

#c036eb Color Hex

#C036EB
(192,54,235)
0 Favorites   0 Comments

Color spaces of #c036eb

RGB 19254235
HSL0.790.820.57
HSV286°77°92°
CMYK 0.180.770.00   0.08
XYZ38.052819.843080.4217
Yxy19.84300.27510.1435
Hunter Lab44.545574.5283-75.8594
CIE-Lab51.659276.8783-64.1334

#c036eb color RGB value is (192,54,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110110 11101011
Octal 300 66 353
Decimal 192 54 235
Hex C0 36 EB

RGB Percentages of Color #c036eb

%39.92
%11.23
%48.86

CMYK Percentages of Color #c036eb

%18
%77
%0
%8

Triadic Colors of #c036eb

#c036eb #ebc036 #36ebc0

Analogous Colors of #c036eb

#c036eb #eb36bc #6636eb

Monochromatic Colors of #c036eb

#c036eb

Complementary Color

#c036eb #61eb36

#c036eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c036eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c036eb Color CSS Codes

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

#c036eb Text Font Color

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

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


#c036eb Background Color

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

This div background color is #c036eb


#c036eb Border Color

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

This div border color is #c036eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c036eb


Comments

No comments written yet.

Please login to write comment.