Color Hex Logo

#e33def Color Hex

#E33DEF
(227,61,239)
0 Favorites   0 Comments

Color spaces of #e33def

RGB 22761239
HSL0.820.850.59
HSV296°74°94°
CMYK 0.050.740.00   0.06
XYZ48.927325.900484.0819
Yxy25.90040.30790.1630
Hunter Lab50.892482.5457-62.3312
CIE-Lab57.942482.0027-56.0024

#e33def color RGB value is (227,61,239).

#e33def hex color red value is 227, green value is 61 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e33def hue: 0.82 , saturation: 0.85 and the lightness value of e33def is 0.59.

The process color (four color CMYK) of #e33def color hex is 0.05, 0.74, 0.00, 0.06. Web safe color of #e33def is #cc33ff. Color #e33def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111101 11101111
Octal 343 75 357
Decimal 227 61 239
Hex E3 3D EF

RGB Percentages of Color #e33def

%43.07
%11.57
%45.35

CMYK Percentages of Color #e33def

%5
%74
%0
%6

Triadic Colors of #e33def

#e33def #efe33d #3defe3

Analogous Colors of #e33def

#e33def #ef3da2 #8a3def

Monochromatic Colors of #e33def

#e33def

Complementary Color

#e33def #49ef3d

#e33def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33def Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33def Color CSS Codes

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

#e33def Text Font Color

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

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


#e33def Background Color

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

This div background color is #e33def


#e33def Border Color

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

This div border color is #e33def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33def


Comments

No comments written yet.

Please login to write comment.