Color Hex Logo

#e33b7d Color Hex

#E33B7D
(227,59,125)
0 Favorites   0 Comments

Color spaces of #e33b7d

RGB 22759125
HSL0.930.750.56
HSV336°74°89°
CMYK 0.000.740.45   0.11
XYZ36.944220.939521.4966
Yxy20.93950.46540.2638
Hunter Lab45.759764.03294.1790
CIE-Lab52.883267.98852.3069

#e33b7d color RGB value is (227,59,125).

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

The process color (four color CMYK) of #e33b7d color hex is 0.00, 0.74, 0.45, 0.11. Web safe color of #e33b7d is #cc3366. Color #e33b7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111011 01111101
Octal 343 73 175
Decimal 227 59 125
Hex E3 3B 7D

RGB Percentages of Color #e33b7d

%55.23
%14.36
%30.41

CMYK Percentages of Color #e33b7d

%0
%74
%45
%11

Triadic Colors of #e33b7d

#e33b7d #7de33b #3b7de3

Analogous Colors of #e33b7d

#e33b7d #e34d3b #e33bd1

Monochromatic Colors of #e33b7d

#e33b7d

Complementary Color

#e33b7d #3be3a1

#e33b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33b7d Color CSS Codes

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

#e33b7d Text Font Color

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

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


#e33b7d Background Color

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

This div background color is #e33b7d


#e33b7d Border Color

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

This div border color is #e33b7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33b7d


Comments

No comments written yet.

Please login to write comment.