Color Hex Logo

#e835da Color Hex

#E835DA
(232,53,218)
0 Favorites   0 Comments

Color spaces of #e835da

RGB 23253218
HSL0.850.800.56
HSV305°77°91°
CMYK 0.000.770.06   0.09
XYZ47.206724.764068.6215
Yxy24.76400.33580.1761
Hunter Lab49.763482.2430-46.9238
CIE-Lab56.844781.9805-45.8790

#e835da color RGB value is (232,53,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110101 11011010
Octal 350 65 332
Decimal 232 53 218
Hex E8 35 DA

RGB Percentages of Color #e835da

%46.12
%10.54
%43.34

CMYK Percentages of Color #e835da

%0
%77
%6
%9

Triadic Colors of #e835da

#e835da #dae835 #35dae8

Analogous Colors of #e835da

#e835da #e83581 #9d35e8

Monochromatic Colors of #e835da

#e835da

Complementary Color

#e835da #35e843

#e835da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e835da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e835da Color CSS Codes

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

#e835da Text Font Color

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

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


#e835da Background Color

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

This div background color is #e835da


#e835da Border Color

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

This div border color is #e835da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e835da


Comments

No comments written yet.

Please login to write comment.