Color Hex Logo

#e330ad Color Hex

#E330AD
(227,48,173)
0 Favorites   0 Comments

Color spaces of #e330ad

RGB 22748173
HSL0.880.760.54
HSV318°79°89°
CMYK 0.000.790.24   0.11
XYZ40.278321.461941.5548
Yxy21.46190.38990.2078
Hunter Lab46.327074.1219-20.7536
CIE-Lab53.451476.2021-25.3283

#e330ad color RGB value is (227,48,173).

#e330ad hex color red value is 227, green value is 48 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e330ad hue: 0.88 , saturation: 0.76 and the lightness value of e330ad is 0.54.

The process color (four color CMYK) of #e330ad color hex is 0.00, 0.79, 0.24, 0.11. Web safe color of #e330ad is #cc3399. Color #e330ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110000 10101101
Octal 343 60 255
Decimal 227 48 173
Hex E3 30 AD

RGB Percentages of Color #e330ad

%50.67
%10.71
%38.62

CMYK Percentages of Color #e330ad

%0
%79
%24
%11

Triadic Colors of #e330ad

#e330ad #ade330 #30ade3

Analogous Colors of #e330ad

#e330ad #e33054 #c030e3

Monochromatic Colors of #e330ad

#e330ad

Complementary Color

#e330ad #30e366

#e330ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e330ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e330ad Color CSS Codes

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

#e330ad Text Font Color

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

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


#e330ad Background Color

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

This div background color is #e330ad


#e330ad Border Color

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

This div border color is #e330ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,48,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e330ad


Comments

No comments written yet.

Please login to write comment.