Color Hex Logo

#e083ca Color Hex

#E083CA
(224,131,202)
0 Favorites   0 Comments

Color spaces of #e083ca

RGB 224131202
HSL0.870.600.70
HSV314°42°88°
CMYK 0.000.420.10   0.12
XYZ49.517436.344260.2824
Yxy36.34420.33880.2487
Hunter Lab60.286241.1143-17.0860
CIE-Lab66.782145.5052-21.4976

#e083ca color RGB value is (224,131,202).

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

The process color (four color CMYK) of #e083ca color hex is 0.00, 0.42, 0.10, 0.12. Web safe color of #e083ca is #cc99cc. Color #e083ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000011 11001010
Octal 340 203 312
Decimal 224 131 202
Hex E0 83 CA

RGB Percentages of Color #e083ca

%40.22
%23.52
%36.27

CMYK Percentages of Color #e083ca

%0
%42
%10
%12

Triadic Colors of #e083ca

#e083ca #cae083 #83cae0

Analogous Colors of #e083ca

#e083ca #e0839c #c883e0

Monochromatic Colors of #e083ca

#e083ca

Complementary Color

#e083ca #83e099

#e083ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e083ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e083ca Color CSS Codes

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

#e083ca Text Font Color

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

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


#e083ca Background Color

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

This div background color is #e083ca


#e083ca Border Color

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

This div border color is #e083ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e083ca


Comments

No comments written yet.

Please login to write comment.