Color Hex Logo

#e33dbc Color Hex

#E33DBC
(227,61,188)
0 Favorites   0 Comments

Color spaces of #e33dbc

RGB 22761188
HSL0.870.750.56
HSV314°73°89°
CMYK 0.000.730.17   0.11
XYZ42.424423.299249.8381
Yxy23.29920.36710.2016
Hunter Lab48.269272.4145-27.4286
CIE-Lab55.379274.4475-31.0660

#e33dbc color RGB value is (227,61,188).

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

The process color (four color CMYK) of #e33dbc color hex is 0.00, 0.73, 0.17, 0.11. Web safe color of #e33dbc is #cc33cc. Color #e33dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111101 10111100
Octal 343 75 274
Decimal 227 61 188
Hex E3 3D BC

RGB Percentages of Color #e33dbc

%47.69
%12.82
%39.50

CMYK Percentages of Color #e33dbc

%0
%73
%17
%11

Triadic Colors of #e33dbc

#e33dbc #bce33d #3dbce3

Analogous Colors of #e33dbc

#e33dbc #e33d69 #b73de3

Monochromatic Colors of #e33dbc

#e33dbc

Complementary Color

#e33dbc #3de364

#e33dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33dbc Color CSS Codes

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

#e33dbc Text Font Color

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

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


#e33dbc Background Color

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

This div background color is #e33dbc


#e33dbc Border Color

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

This div border color is #e33dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33dbc


Comments

No comments written yet.

Please login to write comment.