Color Hex Logo

#e330fb Color Hex

#E330FB
(227,48,251)
0 Favorites   0 Comments

Color spaces of #e330fb

RGB 22748251
HSL0.810.960.59
HSV293°81°98°
CMYK 0.100.810.00   0.02
XYZ50.148125.409893.5283
Yxy25.40980.29660.1503
Hunter Lab50.408189.3650-74.7222
CIE-Lab57.472587.3334-63.4417

#e330fb color RGB value is (227,48,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110000 11111011
Octal 343 60 373
Decimal 227 48 251
Hex E3 30 FB

RGB Percentages of Color #e330fb

%43.16
%9.13
%47.72

CMYK Percentages of Color #e330fb

%10
%81
%0
%2

Triadic Colors of #e330fb

#e330fb #fbe330 #30fbe3

Analogous Colors of #e330fb

#e330fb #fb30ae #7e30fb

Monochromatic Colors of #e330fb

#e330fb

Complementary Color

#e330fb #48fb30

#e330fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e330fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e330fb Color CSS Codes

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

#e330fb Text Font Color

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

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


#e330fb Background Color

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

This div background color is #e330fb


#e330fb Border Color

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

This div border color is #e330fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e330fb


Comments

No comments written yet.

Please login to write comment.