Color Hex Logo

#e722dd Color Hex

#E722DD
(231,34,221)
0 Favorites   0 Comments

Color spaces of #e722dd

RGB 23134221
HSL0.840.800.52
HSV303°85°91°
CMYK 0.000.850.04   0.09
XYZ46.578223.353470.4593
Yxy23.35340.33180.1663
Hunter Lab48.325487.4771-52.6182
CIE-Lab55.434586.2940-49.8278

#e722dd color RGB value is (231,34,221).

#e722dd hex color red value is 231, green value is 34 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e722dd hue: 0.84 , saturation: 0.80 and the lightness value of e722dd is 0.52.

The process color (four color CMYK) of #e722dd color hex is 0.00, 0.85, 0.04, 0.09. Web safe color of #e722dd is #ff33cc. Color #e722dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100010 11011101
Octal 347 42 335
Decimal 231 34 221
Hex E7 22 DD

RGB Percentages of Color #e722dd

%47.53
%7.00
%45.47

CMYK Percentages of Color #e722dd

%0
%85
%4
%9

Triadic Colors of #e722dd

#e722dd #dde722 #22dde7

Analogous Colors of #e722dd

#e722dd #e7227b #8f22e7

Monochromatic Colors of #e722dd

#e722dd

Complementary Color

#e722dd #22e72c

#e722dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e722dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e722dd Color CSS Codes

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

#e722dd Text Font Color

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

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


#e722dd Background Color

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

This div background color is #e722dd


#e722dd Border Color

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

This div border color is #e722dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e722dd


Comments

No comments written yet.

Please login to write comment.