Color Hex Logo

#e83cda Color Hex

#E83CDA
(232,60,218)
0 Favorites   0 Comments

Color spaces of #e83cda

RGB 23260218
HSL0.850.790.57
HSV305°74°91°
CMYK 0.000.740.06   0.09
XYZ47.549525.449568.7358
Yxy25.44950.33550.1796
Hunter Lab50.447579.9628-45.4707
CIE-Lab57.510880.0658-44.8258

#e83cda color RGB value is (232,60,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111100 11011010
Octal 350 74 332
Decimal 232 60 218
Hex E8 3C DA

RGB Percentages of Color #e83cda

%45.49
%11.76
%42.75

CMYK Percentages of Color #e83cda

%0
%74
%6
%9

Triadic Colors of #e83cda

#e83cda #dae83c #3cdae8

Analogous Colors of #e83cda

#e83cda #e83c84 #a03ce8

Monochromatic Colors of #e83cda

#e83cda

Complementary Color

#e83cda #3ce84a

#e83cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83cda Color CSS Codes

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

#e83cda Text Font Color

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

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


#e83cda Background Color

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

This div background color is #e83cda


#e83cda Border Color

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

This div border color is #e83cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,60,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83cda


Comments

No comments written yet.

Please login to write comment.