Color Hex Logo

#e760dd Color Hex

#E760DD
(231,96,221)
0 Favorites   0 Comments

Color spaces of #e760dd

RGB 23196221
HSL0.850.740.64
HSV304°58°91°
CMYK 0.000.580.04   0.09
XYZ50.189030.575171.6629
Yxy30.57510.32930.2006
Hunter Lab55.294865.2520-38.1345
CIE-Lab62.147367.2934-39.2334

#e760dd color RGB value is (231,96,221).

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

The process color (four color CMYK) of #e760dd color hex is 0.00, 0.58, 0.04, 0.09. Web safe color of #e760dd is #ff66cc. Color #e760dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100000 11011101
Octal 347 140 335
Decimal 231 96 221
Hex E7 60 DD

RGB Percentages of Color #e760dd

%42.15
%17.52
%40.33

CMYK Percentages of Color #e760dd

%0
%58
%4
%9

Triadic Colors of #e760dd

#e760dd #dde760 #60dde7

Analogous Colors of #e760dd

#e760dd #e7609a #ae60e7

Monochromatic Colors of #e760dd

#e760dd

Complementary Color

#e760dd #60e76a

#e760dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e760dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e760dd Color CSS Codes

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

#e760dd Text Font Color

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

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


#e760dd Background Color

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

This div background color is #e760dd


#e760dd Border Color

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

This div border color is #e760dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e760dd


Comments

No comments written yet.

Please login to write comment.