Color Hex Logo

#e33dfb Color Hex

#E33DFB
(227,61,251)
0 Favorites   0 Comments

Color spaces of #e33dfb

RGB 22761251
HSL0.810.960.61
HSV292°76°98°
CMYK 0.100.760.00   0.02
XYZ50.759926.633493.7322
Yxy26.63340.29660.1556
Hunter Lab51.607685.2549-71.5601
CIE-Lab58.633583.9659-61.5782

#e33dfb color RGB value is (227,61,251).

#e33dfb hex color red value is 227, green value is 61 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e33dfb hue: 0.81 , saturation: 0.96 and the lightness value of e33dfb is 0.61.

The process color (four color CMYK) of #e33dfb color hex is 0.10, 0.76, 0.00, 0.02. Web safe color of #e33dfb is #cc33ff. Color #e33dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111101 11111011
Octal 343 75 373
Decimal 227 61 251
Hex E3 3D FB

RGB Percentages of Color #e33dfb

%42.12
%11.32
%46.57

CMYK Percentages of Color #e33dfb

%10
%76
%0
%2

Triadic Colors of #e33dfb

#e33dfb #fbe33d #3dfbe3

Analogous Colors of #e33dfb

#e33dfb #fb3db4 #843dfb

Monochromatic Colors of #e33dfb

#e33dfb

Complementary Color

#e33dfb #55fb3d

#e33dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33dfb Color CSS Codes

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

#e33dfb Text Font Color

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

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


#e33dfb Background Color

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

This div background color is #e33dfb


#e33dfb Border Color

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

This div border color is #e33dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33dfb


Comments

No comments written yet.

Please login to write comment.