Color Hex Logo

#e637fd Color Hex

#E637FD
(230,55,253)
0 Favorites   0 Comments

Color spaces of #e637fd

RGB 23055253
HSL0.810.980.60
HSV293°78°99°
CMYK 0.090.780.00   0.01
XYZ51.728926.647295.3455
Yxy26.64720.29780.1534
Hunter Lab51.620988.5367-73.3759
CIE-Lab58.646386.4754-62.6413

#e637fd color RGB value is (230,55,253).

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

The process color (four color CMYK) of #e637fd color hex is 0.09, 0.78, 0.00, 0.01. Web safe color of #e637fd is #ff33ff. Color #e637fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110111 11111101
Octal 346 67 375
Decimal 230 55 253
Hex E6 37 FD

RGB Percentages of Color #e637fd

%42.75
%10.22
%47.03

CMYK Percentages of Color #e637fd

%9
%78
%0
%1

Triadic Colors of #e637fd

#e637fd #fde637 #37fde6

Analogous Colors of #e637fd

#e637fd #fd37b1 #8337fd

Monochromatic Colors of #e637fd

#e637fd

Complementary Color

#e637fd #4efd37

#e637fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e637fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e637fd Color CSS Codes

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

#e637fd Text Font Color

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

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


#e637fd Background Color

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

This div background color is #e637fd


#e637fd Border Color

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

This div border color is #e637fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e637fd


Comments

No comments written yet.

Please login to write comment.