Color Hex Logo

#e33acd Color Hex

#E33ACD
(227,58,205)
0 Favorites   0 Comments

Color spaces of #e33acd

RGB 22758205
HSL0.860.750.56
HSV308°74°89°
CMYK 0.000.740.10   0.11
XYZ44.211123.764860.0145
Yxy23.76480.34540.1857
Hunter Lab48.749276.5724-38.8668
CIE-Lab55.851577.7023-40.0997

#e33acd color RGB value is (227,58,205).

#e33acd hex color red value is 227, green value is 58 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e33acd hue: 0.86 , saturation: 0.75 and the lightness value of e33acd is 0.56.

The process color (four color CMYK) of #e33acd color hex is 0.00, 0.74, 0.10, 0.11. Web safe color of #e33acd is #cc33cc. Color #e33acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111010 11001101
Octal 343 72 315
Decimal 227 58 205
Hex E3 3A CD

RGB Percentages of Color #e33acd

%46.33
%11.84
%41.84

CMYK Percentages of Color #e33acd

%0
%74
%10
%11

Triadic Colors of #e33acd

#e33acd #cde33a #3acde3

Analogous Colors of #e33acd

#e33acd #e33a79 #a53ae3

Monochromatic Colors of #e33acd

#e33acd

Complementary Color

#e33acd #3ae350

#e33acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33acd Color CSS Codes

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

#e33acd Text Font Color

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

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


#e33acd Background Color

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

This div background color is #e33acd


#e33acd Border Color

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

This div border color is #e33acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33acd


Comments

No comments written yet.

Please login to write comment.