Color Hex Logo

#e532da Color Hex

#E532DA
(229,50,218)
0 Favorites   0 Comments

Color spaces of #e532da

RGB 22950218
HSL0.840.770.55
HSV304°78°90°
CMYK 0.000.780.05   0.10
XYZ46.108624.001268.5322
Yxy24.00120.33260.1731
Hunter Lab48.991082.2635-48.6454
CIE-Lab56.089082.1437-47.1076

#e532da color RGB value is (229,50,218).

#e532da hex color red value is 229, green value is 50 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e532da hue: 0.84 , saturation: 0.77 and the lightness value of e532da is 0.55.

The process color (four color CMYK) of #e532da color hex is 0.00, 0.78, 0.05, 0.10. Web safe color of #e532da is #cc33cc. Color #e532da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110010 11011010
Octal 345 62 332
Decimal 229 50 218
Hex E5 32 DA

RGB Percentages of Color #e532da

%46.08
%10.06
%43.86

CMYK Percentages of Color #e532da

%0
%78
%5
%10

Triadic Colors of #e532da

#e532da #dae532 #32dae5

Analogous Colors of #e532da

#e532da #e53281 #9732e5

Monochromatic Colors of #e532da

#e532da

Complementary Color

#e532da #32e53d

#e532da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e532da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e532da Color CSS Codes

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

#e532da Text Font Color

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

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


#e532da Background Color

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

This div background color is #e532da


#e532da Border Color

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

This div border color is #e532da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e532da


Comments

No comments written yet.

Please login to write comment.