Color Hex Logo

#e33dad Color Hex

#E33DAD
(227,61,173)
0 Favorites   0 Comments

Color spaces of #e33dad

RGB 22761173
HSL0.890.750.56
HSV320°73°89°
CMYK 0.000.730.24   0.11
XYZ40.890122.685541.7588
Yxy22.68550.38820.2154
Hunter Lab47.629369.8923-18.6418
CIE-Lab54.746972.5098-23.3316

#e33dad color RGB value is (227,61,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111101 10101101
Octal 343 75 255
Decimal 227 61 173
Hex E3 3D AD

RGB Percentages of Color #e33dad

%49.24
%13.23
%37.53

CMYK Percentages of Color #e33dad

%0
%73
%24
%11

Triadic Colors of #e33dad

#e33dad #ade33d #3dade3

Analogous Colors of #e33dad

#e33dad #e33d5a #c63de3

Monochromatic Colors of #e33dad

#e33dad

Complementary Color

#e33dad #3de373

#e33dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33dad Color CSS Codes

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

#e33dad Text Font Color

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

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


#e33dad Background Color

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

This div background color is #e33dad


#e33dad Border Color

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

This div border color is #e33dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33dad


Comments

No comments written yet.

Please login to write comment.