Color Hex Logo

#e430fb Color Hex

#E430FB
(228,48,251)
0 Favorites   0 Comments

Color spaces of #e430fb

RGB 22848251
HSL0.810.960.59
HSV293°81°98°
CMYK 0.090.810.00   0.02
XYZ50.464425.572993.5431
Yxy25.57290.29760.1508
Hunter Lab50.569789.6316-74.2751
CIE-Lab57.629487.5049-63.1812

#e430fb color RGB value is (228,48,251).

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

The process color (four color CMYK) of #e430fb color hex is 0.09, 0.81, 0.00, 0.02. Web safe color of #e430fb is #cc33ff. Color #e430fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110000 11111011
Octal 344 60 373
Decimal 228 48 251
Hex E4 30 FB

RGB Percentages of Color #e430fb

%43.26
%9.11
%47.63

CMYK Percentages of Color #e430fb

%9
%81
%0
%2

Triadic Colors of #e430fb

#e430fb #fbe430 #30fbe4

Analogous Colors of #e430fb

#e430fb #fb30ad #7f30fb

Monochromatic Colors of #e430fb

#e430fb

Complementary Color

#e430fb #47fb30

#e430fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e430fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e430fb Color CSS Codes

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

#e430fb Text Font Color

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

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


#e430fb Background Color

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

This div background color is #e430fb


#e430fb Border Color

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

This div border color is #e430fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e430fb

Related Colors


Comments

No comments written yet.

Please login to write comment.