Color Hex Logo

#e33bdc Color Hex

#E33BDC
(227,59,220)
0 Favorites   0 Comments

Color spaces of #e33bdc

RGB 22759220
HSL0.840.750.56
HSV303°74°89°
CMYK 0.000.740.03   0.11
XYZ46.160824.626170.0305
Yxy24.62610.32780.1749
Hunter Lab49.624779.1972-48.9329
CIE-Lab56.709379.6182-47.2782

#e33bdc color RGB value is (227,59,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111011 11011100
Octal 343 73 334
Decimal 227 59 220
Hex E3 3B DC

RGB Percentages of Color #e33bdc

%44.86
%11.66
%43.48

CMYK Percentages of Color #e33bdc

%0
%74
%3
%11

Triadic Colors of #e33bdc

#e33bdc #dce33b #3bdce3

Analogous Colors of #e33bdc

#e33bdc #e33b88 #963be3

Monochromatic Colors of #e33bdc

#e33bdc

Complementary Color

#e33bdc #3be342

#e33bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33bdc Color CSS Codes

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

#e33bdc Text Font Color

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

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


#e33bdc Background Color

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

This div background color is #e33bdc


#e33bdc Border Color

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

This div border color is #e33bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33bdc


Comments

No comments written yet.

Please login to write comment.