Color Hex Logo

#e75dba Color Hex

#E75DBA
(231,93,186)
0 Favorites   0 Comments

Color spaces of #e75dba

RGB 23193186
HSL0.890.740.64
HSV320°60°91°
CMYK 0.000.600.19   0.09
XYZ45.732328.362849.5186
Yxy28.36280.37000.2294
Hunter Lab53.256760.0811-17.8487
CIE-Lab60.215163.2870-22.3981

#e75dba color RGB value is (231,93,186).

#e75dba hex color red value is 231, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e75dba hue: 0.89 , saturation: 0.74 and the lightness value of e75dba is 0.64.

The process color (four color CMYK) of #e75dba color hex is 0.00, 0.60, 0.19, 0.09. Web safe color of #e75dba is #ff66cc. Color #e75dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011101 10111010
Octal 347 135 272
Decimal 231 93 186
Hex E7 5D BA

RGB Percentages of Color #e75dba

%45.29
%18.24
%36.47

CMYK Percentages of Color #e75dba

%0
%60
%19
%9

Triadic Colors of #e75dba

#e75dba #bae75d #5dbae7

Analogous Colors of #e75dba

#e75dba #e75d75 #cf5de7

Monochromatic Colors of #e75dba

#e75dba

Complementary Color

#e75dba #5de78a

#e75dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75dba Color CSS Codes

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

#e75dba Text Font Color

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

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


#e75dba Background Color

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

This div background color is #e75dba


#e75dba Border Color

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

This div border color is #e75dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75dba


Comments

No comments written yet.

Please login to write comment.