Color Hex Logo

#e33bbc Color Hex

#E33BBC
(227,59,188)
0 Favorites   0 Comments

Color spaces of #e33bbc

RGB 22759188
HSL0.870.750.56
HSV314°74°89°
CMYK 0.000.740.17   0.11
XYZ42.319623.089749.8032
Yxy23.08970.36730.2004
Hunter Lab48.051773.1160-27.8149
CIE-Lab55.164675.0576-31.3999

#e33bbc color RGB value is (227,59,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111011 10111100
Octal 343 73 274
Decimal 227 59 188
Hex E3 3B BC

RGB Percentages of Color #e33bbc

%47.89
%12.45
%39.66

CMYK Percentages of Color #e33bbc

%0
%74
%17
%11

Triadic Colors of #e33bbc

#e33bbc #bce33b #3bbce3

Analogous Colors of #e33bbc

#e33bbc #e33b68 #b63be3

Monochromatic Colors of #e33bbc

#e33bbc

Complementary Color

#e33bbc #3be362

#e33bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33bbc Color CSS Codes

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

#e33bbc Text Font Color

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

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


#e33bbc Background Color

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

This div background color is #e33bbc


#e33bbc Border Color

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

This div border color is #e33bbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,59,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 #e33bbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33bbc


Comments

No comments written yet.

Please login to write comment.