color codes Logo

#e028fb color codes

#E028FB
(224,40,251)
0 Favorites   0 Comments

Color spaces of #e028fb

RGB 22440251
HSL0.810.960.57
HSV292°84°98°
CMYK 0.110.840.00   0.02
XYZ48.911824.329993.3850
Yxy24.32990.29350.1460
Hunter Lab49.325390.6841-77.7228
CIE-Lab56.416688.5371-65.1651

#e028fb color RGB value is (224,40,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101000 11111011
Octal 340 50 373
Decimal 224 40 251
Hex E0 28 FB

RGB Percentages of Color #e028fb

%43.50
%7.77
%48.74

CMYK Percentages of Color #e028fb

%11
%84
%0
%2

Triadic Colors of #e028fb

#e028fb #fbe028 #28fbe0

Analogous Colors of #e028fb

#e028fb #fb28ad #7728fb

Monochromatic Colors of #e028fb

#e028fb

Complementary Color

#e028fb #43fb28

#e028fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e028fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e028fb Color CSS Codes

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

#e028fb Text Font Color

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

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


#e028fb Background Color

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

This div background color is #e028fb


#e028fb Border Color

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

This div border color is #e028fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e028fb


Comments

No comments written yet.

Please login to write comment.