Color Hex Logo

#e027fb Color Hex

#E027FB
(224,39,251)
0 Favorites   0 Comments

Color spaces of #e027fb

RGB 22439251
HSL0.810.960.57
HSV292°84°98°
CMYK 0.110.840.00   0.02
XYZ48.878624.263493.3739
Yxy24.26340.29350.1457
Hunter Lab49.257990.9242-77.9104
CIE-Lab56.350688.7311-65.2715

#e027fb color RGB value is (224,39,251).

#e027fb hex color red value is 224, green value is 39 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e027fb hue: 0.81 , saturation: 0.96 and the lightness value of e027fb is 0.57.

The process color (four color CMYK) of #e027fb color hex is 0.11, 0.84, 0.00, 0.02. Web safe color of #e027fb is #cc33ff. Color #e027fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100111 11111011
Octal 340 47 373
Decimal 224 39 251
Hex E0 27 FB

RGB Percentages of Color #e027fb

%43.58
%7.59
%48.83

CMYK Percentages of Color #e027fb

%11
%84
%0
%2

Triadic Colors of #e027fb

#e027fb #fbe027 #27fbe0

Analogous Colors of #e027fb

#e027fb #fb27ac #7627fb

Monochromatic Colors of #e027fb

#e027fb

Complementary Color

#e027fb #42fb27

#e027fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e027fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e027fb Color CSS Codes

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

#e027fb Text Font Color

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

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


#e027fb Background Color

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

This div background color is #e027fb


#e027fb Border Color

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

This div border color is #e027fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e027fb

Related Colors


Comments

No comments written yet.

Please login to write comment.