Color Hex Logo

#e075db Color Hex

#E075DB
(224,117,219)
0 Favorites   0 Comments

Color spaces of #e075db

RGB 224117219
HSL0.840.630.67
HSV303°48°88°
CMYK 0.000.480.02   0.12
XYZ49.887933.684370.8902
Yxy33.68430.32300.2181
Hunter Lab58.038251.8665-31.7925
CIE-Lab64.711255.4323-34.1854

#e075db color RGB value is (224,117,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110101 11011011
Octal 340 165 333
Decimal 224 117 219
Hex E0 75 DB

RGB Percentages of Color #e075db

%40.00
%20.89
%39.11

CMYK Percentages of Color #e075db

%0
%48
%2
%12

Triadic Colors of #e075db

#e075db #dbe075 #75dbe0

Analogous Colors of #e075db

#e075db #e075a6 #b075e0

Monochromatic Colors of #e075db

#e075db

Complementary Color

#e075db #75e07a

#e075db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e075db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e075db Color CSS Codes

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

#e075db Text Font Color

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

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


#e075db Background Color

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

This div background color is #e075db


#e075db Border Color

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

This div border color is #e075db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,117,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e075db


Comments

No comments written yet.

Please login to write comment.