Color Hex Logo

#e746ba Color Hex

#E746BA
(231,70,186)
0 Favorites   0 Comments

Color spaces of #e746ba

RGB 23170186
HSL0.880.770.59
HSV317°70°91°
CMYK 0.000.700.19   0.09
XYZ44.008124.914448.9439
Yxy24.91440.37340.2114
Hunter Lab49.914370.0285-23.1973
CIE-Lab56.991972.1930-27.3580

#e746ba color RGB value is (231,70,186).

#e746ba hex color red value is 231, green value is 70 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e746ba hue: 0.88 , saturation: 0.77 and the lightness value of e746ba is 0.59.

The process color (four color CMYK) of #e746ba color hex is 0.00, 0.70, 0.19, 0.09. Web safe color of #e746ba is #ff33cc. Color #e746ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000110 10111010
Octal 347 106 272
Decimal 231 70 186
Hex E7 46 BA

RGB Percentages of Color #e746ba

%47.43
%14.37
%38.19

CMYK Percentages of Color #e746ba

%0
%70
%19
%9

Triadic Colors of #e746ba

#e746ba #bae746 #46bae7

Analogous Colors of #e746ba

#e746ba #e7466a #c446e7

Monochromatic Colors of #e746ba

#e746ba

Complementary Color

#e746ba #46e773

#e746ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e746ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e746ba Color CSS Codes

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

#e746ba Text Font Color

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

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


#e746ba Background Color

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

This div background color is #e746ba


#e746ba Border Color

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

This div border color is #e746ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,70,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e746ba


Comments

No comments written yet.

Please login to write comment.