Color Hex Logo

#e33bc2 Color Hex

#E33BC2
(227,59,194)
0 Favorites   0 Comments

Color spaces of #e33bc2

RGB 22759194
HSL0.870.750.56
HSV312°74°89°
CMYK 0.000.740.15   0.11
XYZ42.980123.353953.2814
Yxy23.35390.35930.1952
Hunter Lab48.325974.1842-31.5417
CIE-Lab55.435075.8681-34.4406

#e33bc2 color RGB value is (227,59,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111011 11000010
Octal 343 73 302
Decimal 227 59 194
Hex E3 3B C2

RGB Percentages of Color #e33bc2

%47.29
%12.29
%40.42

CMYK Percentages of Color #e33bc2

%0
%74
%15
%11

Triadic Colors of #e33bc2

#e33bc2 #c2e33b #3bc2e3

Analogous Colors of #e33bc2

#e33bc2 #e33b6e #b03be3

Monochromatic Colors of #e33bc2

#e33bc2

Complementary Color

#e33bc2 #3be35c

#e33bc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33bc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33bc2 Color CSS Codes

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

#e33bc2 Text Font Color

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

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


#e33bc2 Background Color

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

This div background color is #e33bc2


#e33bc2 Border Color

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

This div border color is #e33bc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33bc2


Comments

No comments written yet.

Please login to write comment.