Color Hex Logo

#e73bca Color Hex

#E73BCA
(231,59,202)
0 Favorites   0 Comments

Color spaces of #e73bca

RGB 23159202
HSL0.860.780.57
HSV310°74°91°
CMYK 0.000.740.13   0.09
XYZ45.179624.381158.2019
Yxy24.38110.35360.1908
Hunter Lab49.377276.9153-35.3222
CIE-Lab56.467477.8563-37.3702

#e73bca color RGB value is (231,59,202).

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

The process color (four color CMYK) of #e73bca color hex is 0.00, 0.74, 0.13, 0.09. Web safe color of #e73bca is #ff33cc. Color #e73bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111011 11001010
Octal 347 73 312
Decimal 231 59 202
Hex E7 3B CA

RGB Percentages of Color #e73bca

%46.95
%11.99
%41.06

CMYK Percentages of Color #e73bca

%0
%74
%13
%9

Triadic Colors of #e73bca

#e73bca #cae73b #3bcae7

Analogous Colors of #e73bca

#e73bca #e73b74 #ae3be7

Monochromatic Colors of #e73bca

#e73bca

Complementary Color

#e73bca #3be758

#e73bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73bca Color CSS Codes

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

#e73bca Text Font Color

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

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


#e73bca Background Color

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

This div background color is #e73bca


#e73bca Border Color

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

This div border color is #e73bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73bca


Comments

No comments written yet.

Please login to write comment.