Color Hex Logo

#e075ca Color Hex

#E075CA
(224,117,202)
0 Favorites   0 Comments

Color spaces of #e075ca

RGB 224117202
HSL0.870.630.67
HSV312°48°88°
CMYK 0.000.480.10   0.12
XYZ47.762432.834159.6974
Yxy32.83410.34040.2340
Hunter Lab57.301048.5091-21.6588
CIE-Lab64.026452.5730-25.7159

#e075ca color RGB value is (224,117,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110101 11001010
Octal 340 165 312
Decimal 224 117 202
Hex E0 75 CA

RGB Percentages of Color #e075ca

%41.25
%21.55
%37.20

CMYK Percentages of Color #e075ca

%0
%48
%10
%12

Triadic Colors of #e075ca

#e075ca #cae075 #75cae0

Analogous Colors of #e075ca

#e075ca #e07595 #c175e0

Monochromatic Colors of #e075ca

#e075ca

Complementary Color

#e075ca #75e08b

#e075ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e075ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e075ca Color CSS Codes

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

#e075ca Text Font Color

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

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


#e075ca Background Color

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

This div background color is #e075ca


#e075ca Border Color

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

This div border color is #e075ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e075ca


Comments

No comments written yet.

Please login to write comment.