Color Hex Logo

#c027eb Color Hex

#C027EB
(192,39,235)
0 Favorites   0 Comments

Color spaces of #c027eb

RGB 19239235
HSL0.800.830.54
HSV287°83°92°
CMYK 0.180.830.00   0.08
XYZ37.459118.655780.2238
Yxy18.65570.27480.1368
Hunter Lab43.192279.2203-79.8886
CIE-Lab50.281980.8884-66.3596

#c027eb color RGB value is (192,39,235).

#c027eb hex color red value is 192, green value is 39 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c027eb hue: 0.80 , saturation: 0.83 and the lightness value of c027eb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100111 11101011
Octal 300 47 353
Decimal 192 39 235
Hex C0 27 EB

RGB Percentages of Color #c027eb

%41.20
%8.37
%50.43

CMYK Percentages of Color #c027eb

%18
%83
%0
%8

Triadic Colors of #c027eb

#c027eb #ebc027 #27ebc0

Analogous Colors of #c027eb

#c027eb #eb27b4 #5e27eb

Monochromatic Colors of #c027eb

#c027eb

Complementary Color

#c027eb #52eb27

#c027eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c027eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c027eb Color CSS Codes

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

#c027eb Text Font Color

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

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


#c027eb Background Color

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

This div background color is #c027eb


#c027eb Border Color

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

This div border color is #c027eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c027eb


Comments

No comments written yet.

Please login to write comment.