Color Hex Logo

#e50bca Color Hex

#E50BCA
(229,11,202)
0 Favorites   0 Comments

Color spaces of #e50bca

RGB 22911202
HSL0.850.910.47
HSV307°95°90°
CMYK 0.000.950.12   0.10
XYZ43.093421.161657.6904
Yxy21.16160.35340.1735
Hunter Lab46.001786.7118-42.1539
CIE-Lab53.125986.1581-42.6544

#e50bca color RGB value is (229,11,202).

#e50bca hex color red value is 229, green value is 11 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e50bca hue: 0.85 , saturation: 0.91 and the lightness value of e50bca is 0.47.

The process color (four color CMYK) of #e50bca color hex is 0.00, 0.95, 0.12, 0.10. Web safe color of #e50bca is #cc00cc. Color #e50bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001011 11001010
Octal 345 13 312
Decimal 229 11 202
Hex E5 B CA

RGB Percentages of Color #e50bca

%51.81
%2.49
%45.70

CMYK Percentages of Color #e50bca

%0
%95
%12
%10

Triadic Colors of #e50bca

#e50bca #cae50b #0bcae5

Analogous Colors of #e50bca

#e50bca #e50b5d #930be5

Monochromatic Colors of #e50bca

#e50bca

Complementary Color

#e50bca #0be526

#e50bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50bca Color CSS Codes

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

#e50bca Text Font Color

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

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


#e50bca Background Color

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

This div background color is #e50bca


#e50bca Border Color

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

This div border color is #e50bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50bca


Comments

No comments written yet.

Please login to write comment.