Color Hex Logo

#e027ca Color Hex

#E027CA
(224,39,202)
0 Favorites   0 Comments

Color spaces of #e027ca

RGB 22439202
HSL0.850.750.52
HSV307°83°88°
CMYK 0.000.830.10   0.12
XYZ42.126721.562657.8188
Yxy21.56260.34670.1775
Hunter Lab46.435580.6744-41.3195
CIE-Lab53.559881.3938-42.0263

#e027ca color RGB value is (224,39,202).

#e027ca hex color red value is 224, green value is 39 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e027ca hue: 0.85 , saturation: 0.75 and the lightness value of e027ca is 0.52.

The process color (four color CMYK) of #e027ca color hex is 0.00, 0.83, 0.10, 0.12. Web safe color of #e027ca is #cc33cc. Color #e027ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100111 11001010
Octal 340 47 312
Decimal 224 39 202
Hex E0 27 CA

RGB Percentages of Color #e027ca

%48.17
%8.39
%43.44

CMYK Percentages of Color #e027ca

%0
%83
%10
%12

Triadic Colors of #e027ca

#e027ca #cae027 #27cae0

Analogous Colors of #e027ca

#e027ca #e0276e #9a27e0

Monochromatic Colors of #e027ca

#e027ca

Complementary Color

#e027ca #27e03d

#e027ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e027ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e027ca Color CSS Codes

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

#e027ca Text Font Color

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

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


#e027ca Background Color

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

This div background color is #e027ca


#e027ca Border Color

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

This div border color is #e027ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,39,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e027ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e027ca


Comments

No comments written yet.

Please login to write comment.