Color Hex Logo

#e274fd Color Hex

#E274FD
(226,116,253)
0 Favorites   0 Comments

Color spaces of #e274fd

RGB 226116253
HSL0.800.970.72
HSV288°54°99°
CMYK 0.110.540.00   0.01
XYZ55.339035.751496.9125
Yxy35.75140.29440.1902
Hunter Lab59.792560.5681-54.2434
CIE-Lab66.329562.6420-50.4369

#e274fd color RGB value is (226,116,253).

#e274fd hex color red value is 226, green value is 116 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e274fd hue: 0.80 , saturation: 0.97 and the lightness value of e274fd is 0.72.

The process color (four color CMYK) of #e274fd color hex is 0.11, 0.54, 0.00, 0.01. Web safe color of #e274fd is #cc66ff. Color #e274fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110100 11111101
Octal 342 164 375
Decimal 226 116 253
Hex E2 74 FD

RGB Percentages of Color #e274fd

%37.98
%19.50
%42.52

CMYK Percentages of Color #e274fd

%11
%54
%0
%1

Triadic Colors of #e274fd

#e274fd #fde274 #74fde2

Analogous Colors of #e274fd

#e274fd #fd74d4 #9e74fd

Monochromatic Colors of #e274fd

#e274fd

Complementary Color

#e274fd #8ffd74

#e274fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e274fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e274fd Color CSS Codes

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

#e274fd Text Font Color

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

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


#e274fd Background Color

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

This div background color is #e274fd


#e274fd Border Color

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

This div border color is #e274fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e274fd

Related Colors


Comments

No comments written yet.

Please login to write comment.