Color Hex Logo

#e63fff Color Hex

#E63FFF
(230,63,255)
0 Favorites   0 Comments

Color spaces of #e63fff

RGB 23063255
HSL0.811.000.62
HSV292°75°100°
CMYK 0.100.750.00   0.00
XYZ52.460627.598097.1697
Yxy27.59800.29600.1557
Hunter Lab52.533886.3171-72.8927
CIE-Lab59.523884.6090-62.3410

#e63fff color RGB value is (230,63,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111111 11111111
Octal 346 77 377
Decimal 230 63 255
Hex E6 3F FF

RGB Percentages of Color #e63fff

%41.97
%11.50
%46.53

CMYK Percentages of Color #e63fff

%10
%75
%0
%0

Triadic Colors of #e63fff

#e63fff #ffe63f #3fffe6

Analogous Colors of #e63fff

#e63fff #ff3fb8 #863fff

Monochromatic Colors of #e63fff

#e63fff

Complementary Color

#e63fff #58ff3f

#e63fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63fff Color CSS Codes

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

#e63fff Text Font Color

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

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


#e63fff Background Color

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

This div background color is #e63fff


#e63fff Border Color

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

This div border color is #e63fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63fff


Comments

No comments written yet.

Please login to write comment.