Color Hex Logo

#e33bca Color Hex

#E33BCA
(227,59,202)
0 Favorites   0 Comments

Color spaces of #e33bca

RGB 22759202
HSL0.860.750.56
HSV309°74°89°
CMYK 0.000.740.11   0.11
XYZ43.903223.723158.1422
Yxy23.72310.34910.1886
Hunter Lab48.706475.6611-36.6817
CIE-Lab55.809576.9821-38.4489

#e33bca color RGB value is (227,59,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111011 11001010
Octal 343 73 312
Decimal 227 59 202
Hex E3 3B CA

RGB Percentages of Color #e33bca

%46.52
%12.09
%41.39

CMYK Percentages of Color #e33bca

%0
%74
%11
%11

Triadic Colors of #e33bca

#e33bca #cae33b #3bcae3

Analogous Colors of #e33bca

#e33bca #e33b76 #a83be3

Monochromatic Colors of #e33bca

#e33bca

Complementary Color

#e33bca #3be354

#e33bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33bca Color CSS Codes

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

#e33bca Text Font Color

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

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


#e33bca Background Color

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

This div background color is #e33bca


#e33bca Border Color

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

This div border color is #e33bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33bca


Comments

No comments written yet.

Please login to write comment.