Color Hex Logo

#e13afc Color Hex

#E13AFC
(225,58,252)
0 Favorites   0 Comments

Color spaces of #e13afc

RGB 22558252
HSL0.810.970.61
HSV292°77°99°
CMYK 0.110.770.00   0.01
XYZ50.135126.061994.4835
Yxy26.06190.29370.1527
Hunter Lab51.050985.9590-73.9967
CIE-Lab58.095884.6122-63.0122

#e13afc color RGB value is (225,58,252).

#e13afc hex color red value is 225, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e13afc hue: 0.81 , saturation: 0.97 and the lightness value of e13afc is 0.61.

The process color (four color CMYK) of #e13afc color hex is 0.11, 0.77, 0.00, 0.01. Web safe color of #e13afc is #cc33ff. Color #e13afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111010 11111100
Octal 341 72 374
Decimal 225 58 252
Hex E1 3A FC

RGB Percentages of Color #e13afc

%42.06
%10.84
%47.10

CMYK Percentages of Color #e13afc

%11
%77
%0
%1

Triadic Colors of #e13afc

#e13afc #fce13a #3afce1

Analogous Colors of #e13afc

#e13afc #fc3ab6 #803afc

Monochromatic Colors of #e13afc

#e13afc

Complementary Color

#e13afc #55fc3a

#e13afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13afc Color CSS Codes

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

#e13afc Text Font Color

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

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


#e13afc Background Color

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

This div background color is #e13afc


#e13afc Border Color

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

This div border color is #e13afc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,58,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e13afc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e13afc;
  -webkit-box-shadow: 1px 1px 3px 2px #e13afc;
  box-shadow:         1px 1px 3px 2px #e13afc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,58,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13afc


Comments

No comments written yet.

Please login to write comment.