Color Hex Logo

#e624fc Color Hex

#E624FC
(230,36,252)
0 Favorites   0 Comments

Color spaces of #e624fc

RGB 23036252
HSL0.820.970.56
HSV294°86°99°
CMYK 0.090.860.00   0.01
XYZ50.834725.113094.2635
Yxy25.11300.29870.1475
Hunter Lab50.112993.3736-76.4469
CIE-Lab57.185490.4068-64.4337

#e624fc color RGB value is (230,36,252).

#e624fc hex color red value is 230, green value is 36 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e624fc hue: 0.82 , saturation: 0.97 and the lightness value of e624fc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100100 11111100
Octal 346 44 374
Decimal 230 36 252
Hex E6 24 FC

RGB Percentages of Color #e624fc

%44.40
%6.95
%48.65

CMYK Percentages of Color #e624fc

%9
%86
%0
%1

Triadic Colors of #e624fc

#e624fc #fce624 #24fce6

Analogous Colors of #e624fc

#e624fc #fc24a6 #7a24fc

Monochromatic Colors of #e624fc

#e624fc

Complementary Color

#e624fc #3afc24

#e624fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e624fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e624fc Color CSS Codes

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

#e624fc Text Font Color

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

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


#e624fc Background Color

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

This div background color is #e624fc


#e624fc Border Color

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

This div border color is #e624fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e624fc


Comments

No comments written yet.

Please login to write comment.