color codes Logo

#e374fd color codes

#E374FD
(227,116,253)
0 Favorites   0 Comments

Color spaces of #e374fd

RGB 227116253
HSL0.800.970.72
HSV289°54°99°
CMYK 0.100.540.00   0.01
XYZ55.653635.913596.9272
Yxy35.91350.29530.1905
Hunter Lab59.927960.8950-53.9460
CIE-Lab66.453862.8962-50.2325

#e374fd color RGB value is (227,116,253).

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

The process color (four color CMYK) of #e374fd color code is 0.10, 0.54, 0.00, 0.01. Web safe color of #e374fd is #cc66ff. Color #e374fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110100 11111101
Octal 343 164 375
Decimal 227 116 253
Hex E3 74 FD

RGB Percentages of Color #e374fd

%38.09
%19.46
%42.45

CMYK Percentages of Color #e374fd

%10
%54
%0
%1

Triadic Colors of #e374fd

#e374fd #fde374 #74fde3

Analogous Colors of #e374fd

#e374fd #fd74d3 #9f74fd

Monochromatic Colors of #e374fd

#e374fd

Complementary Color

#e374fd #8efd74

#e374fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e374fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e374fd Color CSS Codes

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

#e374fd Text Font Color

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

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


#e374fd Background Color

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

This div background color is #e374fd


#e374fd Border Color

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

This div border color is #e374fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e374fd


Comments

No comments written yet.

Please login to write comment.