Color Hex Logo

#e75dea Color Hex

#E75DEA
(231,93,234)
0 Favorites   0 Comments

Color spaces of #e75dea

RGB 23193234
HSL0.830.770.64
HSV299°60°92°
CMYK 0.010.600.00   0.08
XYZ51.720630.758181.0528
Yxy30.75810.31630.1881
Hunter Lab55.460069.4097-47.8282
CIE-Lab62.302970.6926-46.2539

#e75dea color RGB value is (231,93,234).

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

The process color (four color CMYK) of #e75dea color hex is 0.01, 0.60, 0.00, 0.08. Web safe color of #e75dea is #ff66ff. Color #e75dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011101 11101010
Octal 347 135 352
Decimal 231 93 234
Hex E7 5D EA

RGB Percentages of Color #e75dea

%41.40
%16.67
%41.94

CMYK Percentages of Color #e75dea

%1
%60
%0
%8

Triadic Colors of #e75dea

#e75dea #eae75d #5deae7

Analogous Colors of #e75dea

#e75dea #ea5da7 #a15dea

Monochromatic Colors of #e75dea

#e75dea

Complementary Color

#e75dea #60ea5d

#e75dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75dea Color CSS Codes

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

#e75dea Text Font Color

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

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


#e75dea Background Color

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

This div background color is #e75dea


#e75dea Border Color

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

This div border color is #e75dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75dea


Comments

No comments written yet.

Please login to write comment.