Color Hex Logo

#e63bfa Color Hex

#E63BFA
(230,59,250)
0 Favorites   0 Comments

Color spaces of #e63bfa

RGB 23059250
HSL0.820.950.61
HSV294°76°98°
CMYK 0.080.760.00   0.02
XYZ51.452426.853192.9138
Yxy26.85310.30050.1568
Hunter Lab51.820086.5489-70.0337
CIE-Lab58.838184.9202-60.6700

#e63bfa color RGB value is (230,59,250).

#e63bfa hex color red value is 230, green value is 59 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e63bfa hue: 0.82 , saturation: 0.95 and the lightness value of e63bfa is 0.61.

The process color (four color CMYK) of #e63bfa color hex is 0.08, 0.76, 0.00, 0.02. Web safe color of #e63bfa is #ff33ff. Color #e63bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111011 11111010
Octal 346 73 372
Decimal 230 59 250
Hex E6 3B FA

RGB Percentages of Color #e63bfa

%42.67
%10.95
%46.38

CMYK Percentages of Color #e63bfa

%8
%76
%0
%2

Triadic Colors of #e63bfa

#e63bfa #fae63b #3bfae6

Analogous Colors of #e63bfa

#e63bfa #fa3baf #873bfa

Monochromatic Colors of #e63bfa

#e63bfa

Complementary Color

#e63bfa #4ffa3b

#e63bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63bfa Color CSS Codes

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

#e63bfa Text Font Color

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

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


#e63bfa Background Color

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

This div background color is #e63bfa


#e63bfa Border Color

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

This div border color is #e63bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63bfa


Comments

No comments written yet.

Please login to write comment.