Color Hex Logo

#e762dd Color Hex

#E762DD
(231,98,221)
0 Favorites   0 Comments

Color spaces of #e762dd

RGB 23198221
HSL0.850.730.65
HSV305°58°91°
CMYK 0.000.580.04   0.09
XYZ50.373830.944771.7246
Yxy30.94470.32910.2022
Hunter Lab55.628064.2914-37.5067
CIE-Lab62.460966.4370-38.7426

#e762dd color RGB value is (231,98,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100010 11011101
Octal 347 142 335
Decimal 231 98 221
Hex E7 62 DD

RGB Percentages of Color #e762dd

%42.00
%17.82
%40.18

CMYK Percentages of Color #e762dd

%0
%58
%4
%9

Triadic Colors of #e762dd

#e762dd #dde762 #62dde7

Analogous Colors of #e762dd

#e762dd #e7629b #af62e7

Monochromatic Colors of #e762dd

#e762dd

Complementary Color

#e762dd #62e76c

#e762dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e762dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e762dd Color CSS Codes

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

#e762dd Text Font Color

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

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


#e762dd Background Color

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

This div background color is #e762dd


#e762dd Border Color

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

This div border color is #e762dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e762dd


Comments

No comments written yet.

Please login to write comment.