Color Hex Logo

#e63aff Color Hex

#E63AFF
(230,58,255)
0 Favorites   0 Comments

Color spaces of #e63aff

RGB 23058255
HSL0.811.000.61
HSV292°77°100°
CMYK 0.100.770.00   0.00
XYZ52.196227.069197.0816
Yxy27.06910.29600.1535
Hunter Lab52.028088.0282-74.2126
CIE-Lab59.038286.0118-63.1200

#e63aff color RGB value is (230,58,255).

#e63aff hex color red value is 230, green value is 58 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e63aff hue: 0.81 , saturation: 1.00 and the lightness value of e63aff is 0.61.

The process color (four color CMYK) of #e63aff color hex is 0.10, 0.77, 0.00, 0.00. Web safe color of #e63aff is #ff33ff. Color #e63aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111010 11111111
Octal 346 72 377
Decimal 230 58 255
Hex E6 3A FF

RGB Percentages of Color #e63aff

%42.36
%10.68
%46.96

CMYK Percentages of Color #e63aff

%10
%77
%0
%0

Triadic Colors of #e63aff

#e63aff #ffe63a #3affe6

Analogous Colors of #e63aff

#e63aff #ff3ab6 #843aff

Monochromatic Colors of #e63aff

#e63aff

Complementary Color

#e63aff #53ff3a

#e63aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63aff Color CSS Codes

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

#e63aff Text Font Color

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

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


#e63aff Background Color

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

This div background color is #e63aff


#e63aff Border Color

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

This div border color is #e63aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,58,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e63aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63aff

Related Colors


Comments

No comments written yet.

Please login to write comment.