Color Hex Logo

#e333d2 Color Hex

#E333D2
(227,51,210)
0 Favorites   0 Comments

Color spaces of #e333d2

RGB 22751210
HSL0.850.760.55
HSV306°78°89°
CMYK 0.000.780.07   0.11
XYZ44.495223.351763.1349
Yxy23.35170.33970.1783
Hunter Lab48.323679.7922-43.6360
CIE-Lab55.432880.3353-43.6159

#e333d2 color RGB value is (227,51,210).

#e333d2 hex color red value is 227, green value is 51 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #e333d2 hue: 0.85 , saturation: 0.76 and the lightness value of e333d2 is 0.55.

The process color (four color CMYK) of #e333d2 color hex is 0.00, 0.78, 0.07, 0.11. Web safe color of #e333d2 is #cc33cc. Color #e333d2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110011 11010010
Octal 343 63 322
Decimal 227 51 210
Hex E3 33 D2

RGB Percentages of Color #e333d2

%46.52
%10.45
%43.03

CMYK Percentages of Color #e333d2

%0
%78
%7
%11

Triadic Colors of #e333d2

#e333d2 #d2e333 #33d2e3

Analogous Colors of #e333d2

#e333d2 #e3337a #9c33e3

Monochromatic Colors of #e333d2

#e333d2

Complementary Color

#e333d2 #33e344

#e333d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e333d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e333d2 Color CSS Codes

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

#e333d2 Text Font Color

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

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


#e333d2 Background Color

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

This div background color is #e333d2


#e333d2 Border Color

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

This div border color is #e333d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e333d2


Comments

No comments written yet.

Please login to write comment.