Color Hex Logo

#c027ea Color Hex

#C027EA
(192,39,234)
0 Favorites   0 Comments

Color spaces of #c027ea

RGB 19239234
HSL0.800.820.54
HSV287°83°92°
CMYK 0.180.830.00   0.08
XYZ37.315018.598079.4650
Yxy18.59800.27560.1374
Hunter Lab43.125478.9808-79.0629
CIE-Lab50.213580.7126-65.9062

#c027ea color RGB value is (192,39,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100111 11101010
Octal 300 47 352
Decimal 192 39 234
Hex C0 27 EA

RGB Percentages of Color #c027ea

%41.29
%8.39
%50.32

CMYK Percentages of Color #c027ea

%18
%83
%0
%8

Triadic Colors of #c027ea

#c027ea #eac027 #27eac0

Analogous Colors of #c027ea

#c027ea #ea27b3 #5e27ea

Monochromatic Colors of #c027ea

#c027ea

Complementary Color

#c027ea #51ea27

#c027ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c027ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c027ea Color CSS Codes

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

#c027ea Text Font Color

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

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


#c027ea Background Color

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

This div background color is #c027ea


#c027ea Border Color

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

This div border color is #c027ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c027ea


Comments

No comments written yet.

Please login to write comment.