Color Hex Logo

#e026fd Color Hex

#E026FD
(224,38,253)
0 Favorites   0 Comments

Color spaces of #e026fd

RGB 22438253
HSL0.810.980.57
HSV292°85°99°
CMYK 0.110.850.00   0.01
XYZ49.163224.325495.0326
Yxy24.32540.29170.1443
Hunter Lab49.320891.6183-79.7170
CIE-Lab56.412189.2417-66.2838

#e026fd color RGB value is (224,38,253).

#e026fd hex color red value is 224, green value is 38 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e026fd hue: 0.81 , saturation: 0.98 and the lightness value of e026fd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100110 11111101
Octal 340 46 375
Decimal 224 38 253
Hex E0 26 FD

RGB Percentages of Color #e026fd

%43.50
%7.38
%49.13

CMYK Percentages of Color #e026fd

%11
%85
%0
%1

Triadic Colors of #e026fd

#e026fd #fde026 #26fde0

Analogous Colors of #e026fd

#e026fd #fd26af #7526fd

Monochromatic Colors of #e026fd

#e026fd

Complementary Color

#e026fd #43fd26

#e026fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e026fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e026fd Color CSS Codes

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

#e026fd Text Font Color

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

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


#e026fd Background Color

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

This div background color is #e026fd


#e026fd Border Color

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

This div border color is #e026fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e026fd


Comments

No comments written yet.

Please login to write comment.