Color Hex Logo

#e632fd Color Hex

#E632FD
(230,50,253)
0 Favorites   0 Comments

Color spaces of #e632fd

RGB 23050253
HSL0.810.980.59
HSV293°80°99°
CMYK 0.090.800.00   0.01
XYZ51.503426.196095.2703
Yxy26.19600.29780.1514
Hunter Lab51.182090.0523-74.5351
CIE-Lab58.222687.7077-63.3215

#e632fd color RGB value is (230,50,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110010 11111101
Octal 346 62 375
Decimal 230 50 253
Hex E6 32 FD

RGB Percentages of Color #e632fd

%43.15
%9.38
%47.47

CMYK Percentages of Color #e632fd

%9
%80
%0
%1

Triadic Colors of #e632fd

#e632fd #fde632 #32fde6

Analogous Colors of #e632fd

#e632fd #fd32af #8132fd

Monochromatic Colors of #e632fd

#e632fd

Complementary Color

#e632fd #49fd32

#e632fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e632fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e632fd Color CSS Codes

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

#e632fd Text Font Color

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

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


#e632fd Background Color

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

This div background color is #e632fd


#e632fd Border Color

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

This div border color is #e632fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e632fd


Comments

No comments written yet.

Please login to write comment.