Color Hex Logo

#e438fc Color Hex

#E438FC
(228,56,252)
0 Favorites   0 Comments

Color spaces of #e438fc

RGB 22856252
HSL0.810.970.60
HSV293°78°99°
CMYK 0.100.780.00   0.01
XYZ50.979826.350694.4947
Yxy26.35060.29670.1534
Hunter Lab51.332887.4399-73.2095
CIE-Lab58.368485.6935-62.5497

#e438fc color RGB value is (228,56,252).

#e438fc hex color red value is 228, green value is 56 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e438fc hue: 0.81 , saturation: 0.97 and the lightness value of e438fc is 0.60.

The process color (four color CMYK) of #e438fc color hex is 0.10, 0.78, 0.00, 0.01. Web safe color of #e438fc is #cc33ff. Color #e438fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111000 11111100
Octal 344 70 374
Decimal 228 56 252
Hex E4 38 FC

RGB Percentages of Color #e438fc

%42.54
%10.45
%47.01

CMYK Percentages of Color #e438fc

%10
%78
%0
%1

Triadic Colors of #e438fc

#e438fc #fce438 #38fce4

Analogous Colors of #e438fc

#e438fc #fc38b2 #8238fc

Monochromatic Colors of #e438fc

#e438fc

Complementary Color

#e438fc #50fc38

#e438fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e438fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e438fc Color CSS Codes

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

#e438fc Text Font Color

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

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


#e438fc Background Color

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

This div background color is #e438fc


#e438fc Border Color

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

This div border color is #e438fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e438fc


Comments

No comments written yet.

Please login to write comment.