Color Hex Logo

#e33bdf Color Hex

#E33BDF
(227,59,223)
0 Favorites   0 Comments

Color spaces of #e33bdf

RGB 22759223
HSL0.840.750.56
HSV301°74°89°
CMYK 0.000.740.02   0.11
XYZ46.561824.786572.1422
Yxy24.78650.32450.1727
Hunter Lab49.786079.8144-51.0636
CIE-Lab56.866880.0740-48.7247

#e33bdf color RGB value is (227,59,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111011 11011111
Octal 343 73 337
Decimal 227 59 223
Hex E3 3B DF

RGB Percentages of Color #e33bdf

%44.60
%11.59
%43.81

CMYK Percentages of Color #e33bdf

%0
%74
%2
%11

Triadic Colors of #e33bdf

#e33bdf #dfe33b #3bdfe3

Analogous Colors of #e33bdf

#e33bdf #e33b8b #933be3

Monochromatic Colors of #e33bdf

#e33bdf

Complementary Color

#e33bdf #3be33f

#e33bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33bdf Color CSS Codes

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

#e33bdf Text Font Color

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

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


#e33bdf Background Color

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

This div background color is #e33bdf


#e33bdf Border Color

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

This div border color is #e33bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33bdf


Comments

No comments written yet.

Please login to write comment.