Color Hex Logo

#e835dc Color Hex

#E835DC
(232,53,220)
0 Favorites   0 Comments

Color spaces of #e835dc

RGB 23253220
HSL0.840.800.56
HSV304°77°91°
CMYK 0.000.770.05   0.09
XYZ47.470124.869370.0085
Yxy24.86930.33350.1747
Hunter Lab49.869182.6420-48.3255
CIE-Lab56.947982.2712-46.8488

#e835dc color RGB value is (232,53,220).

#e835dc hex color red value is 232, green value is 53 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e835dc hue: 0.84 , saturation: 0.80 and the lightness value of e835dc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110101 11011100
Octal 350 65 334
Decimal 232 53 220
Hex E8 35 DC

RGB Percentages of Color #e835dc

%45.94
%10.50
%43.56

CMYK Percentages of Color #e835dc

%0
%77
%5
%9

Triadic Colors of #e835dc

#e835dc #dce835 #35dce8

Analogous Colors of #e835dc

#e835dc #e83583 #9b35e8

Monochromatic Colors of #e835dc

#e835dc

Complementary Color

#e835dc #35e841

#e835dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e835dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e835dc Color CSS Codes

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

#e835dc Text Font Color

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

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


#e835dc Background Color

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

This div background color is #e835dc


#e835dc Border Color

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

This div border color is #e835dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e835dc


Comments

No comments written yet.

Please login to write comment.