Color Hex Logo

#e075da Color Hex

#E075DA
(224,117,218)
0 Favorites   0 Comments

Color spaces of #e075da

RGB 224117218
HSL0.840.630.67
HSV303°48°88°
CMYK 0.000.480.03   0.12
XYZ49.756633.631870.1988
Yxy33.63180.32400.2190
Hunter Lab57.992951.6613-31.1738
CIE-Lab64.669355.2590-33.6923

#e075da color RGB value is (224,117,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110101 11011010
Octal 340 165 332
Decimal 224 117 218
Hex E0 75 DA

RGB Percentages of Color #e075da

%40.07
%20.93
%39.00

CMYK Percentages of Color #e075da

%0
%48
%3
%12

Triadic Colors of #e075da

#e075da #dae075 #75dae0

Analogous Colors of #e075da

#e075da #e075a5 #b175e0

Monochromatic Colors of #e075da

#e075da

Complementary Color

#e075da #75e07b

#e075da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e075da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e075da Color CSS Codes

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

#e075da Text Font Color

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

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


#e075da Background Color

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

This div background color is #e075da


#e075da Border Color

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

This div border color is #e075da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e075da


Comments

No comments written yet.

Please login to write comment.