Color Hex Logo

#e065da Color Hex

#E065DA
(224,101,218)
0 Favorites   0 Comments

Color spaces of #e065da

RGB 224101218
HSL0.840.660.64
HSV303°55°88°
CMYK 0.000.550.03   0.12
XYZ48.049030.216669.6296
Yxy30.21660.32490.2043
Hunter Lab54.969659.8302-36.6234
CIE-Lab61.840762.7876-38.1010

#e065da color RGB value is (224,101,218).

#e065da hex color red value is 224, green value is 101 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e065da hue: 0.84 , saturation: 0.66 and the lightness value of e065da is 0.64.

The process color (four color CMYK) of #e065da color hex is 0.00, 0.55, 0.03, 0.12. Web safe color of #e065da is #cc66cc. Color #e065da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100101 11011010
Octal 340 145 332
Decimal 224 101 218
Hex E0 65 DA

RGB Percentages of Color #e065da

%41.25
%18.60
%40.15

CMYK Percentages of Color #e065da

%0
%55
%3
%12

Triadic Colors of #e065da

#e065da #dae065 #65dae0

Analogous Colors of #e065da

#e065da #e0659d #a965e0

Monochromatic Colors of #e065da

#e065da

Complementary Color

#e065da #65e06b

#e065da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e065da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e065da Color CSS Codes

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

#e065da Text Font Color

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

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


#e065da Background Color

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

This div background color is #e065da


#e065da Border Color

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

This div border color is #e065da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e065da


Comments

No comments written yet.

Please login to write comment.