Color Hex Logo

#e83ddd Color Hex

#E83DDD
(232,61,221)
0 Favorites   0 Comments

Color spaces of #e83ddd

RGB 23261221
HSL0.840.790.57
HSV304°74°91°
CMYK 0.000.740.05   0.09
XYZ47.998625.713870.8401
Yxy25.71380.33200.1779
Hunter Lab50.708880.2195-47.3319
CIE-Lab57.764480.2184-46.1218

#e83ddd color RGB value is (232,61,221).

#e83ddd hex color red value is 232, green value is 61 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e83ddd hue: 0.84 , saturation: 0.79 and the lightness value of e83ddd is 0.57.

The process color (four color CMYK) of #e83ddd color hex is 0.00, 0.74, 0.05, 0.09. Web safe color of #e83ddd is #ff33cc. Color #e83ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111101 11011101
Octal 350 75 335
Decimal 232 61 221
Hex E8 3D DD

RGB Percentages of Color #e83ddd

%45.14
%11.87
%43.00

CMYK Percentages of Color #e83ddd

%0
%74
%5
%9

Triadic Colors of #e83ddd

#e83ddd #dde83d #3ddde8

Analogous Colors of #e83ddd

#e83ddd #e83d88 #9e3de8

Monochromatic Colors of #e83ddd

#e83ddd

Complementary Color

#e83ddd #3de848

#e83ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83ddd Color CSS Codes

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

#e83ddd Text Font Color

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

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


#e83ddd Background Color

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

This div background color is #e83ddd


#e83ddd Border Color

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

This div border color is #e83ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83ddd


Comments

No comments written yet.

Please login to write comment.