Color Hex Logo

#e237fd Color Hex

#E237FD
(226,55,253)
0 Favorites   0 Comments

Color spaces of #e237fd

RGB 22655253
HSL0.810.980.60
HSV292°78°99°
CMYK 0.110.780.00   0.01
XYZ50.459825.993095.2861
Yxy25.99300.29380.1514
Hunter Lab50.983387.4462-75.1226
CIE-Lab58.030485.7642-63.6635

#e237fd color RGB value is (226,55,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110111 11111101
Octal 342 67 375
Decimal 226 55 253
Hex E2 37 FD

RGB Percentages of Color #e237fd

%42.32
%10.30
%47.38

CMYK Percentages of Color #e237fd

%11
%78
%0
%1

Triadic Colors of #e237fd

#e237fd #fde237 #37fde2

Analogous Colors of #e237fd

#e237fd #fd37b5 #7f37fd

Monochromatic Colors of #e237fd

#e237fd

Complementary Color

#e237fd #52fd37

#e237fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e237fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e237fd Color CSS Codes

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

#e237fd Text Font Color

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

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


#e237fd Background Color

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

This div background color is #e237fd


#e237fd Border Color

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

This div border color is #e237fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e237fd


Comments

No comments written yet.

Please login to write comment.