Color Hex Logo

#e253fd Color Hex

#E253FD
(226,83,253)
0 Favorites   0 Comments

Color spaces of #e253fd

RGB 22683253
HSL0.810.980.66
HSV290°67°99°
CMYK 0.110.670.00   0.01
XYZ52.186929.447195.8618
Yxy29.44710.29400.1659
Hunter Lab54.265276.6996-66.7527
CIE-Lab61.174276.7807-58.6277

#e253fd color RGB value is (226,83,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010011 11111101
Octal 342 123 375
Decimal 226 83 253
Hex E2 53 FD

RGB Percentages of Color #e253fd

%40.21
%14.77
%45.02

CMYK Percentages of Color #e253fd

%11
%67
%0
%1

Triadic Colors of #e253fd

#e253fd #fde253 #53fde2

Analogous Colors of #e253fd

#e253fd #fd53c3 #8d53fd

Monochromatic Colors of #e253fd

#e253fd

Complementary Color

#e253fd #6efd53

#e253fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e253fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e253fd Color CSS Codes

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

#e253fd Text Font Color

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

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


#e253fd Background Color

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

This div background color is #e253fd


#e253fd Border Color

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

This div border color is #e253fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e253fd


Comments

No comments written yet.

Please login to write comment.