Color Hex Logo

#ea41f7 Color Hex

#EA41F7
(234,65,247)
0 Favorites   0 Comments

Color spaces of #ea41f7

RGB 23465247
HSL0.820.920.61
HSV296°74°97°
CMYK 0.050.740.00   0.03
XYZ52.610527.988490.6251
Yxy27.98840.30730.1635
Hunter Lab52.904184.9274-64.5314
CIE-Lab59.878383.4715-57.3060

#ea41f7 color RGB value is (234,65,247).

#ea41f7 hex color red value is 234, green value is 65 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ea41f7 hue: 0.82 , saturation: 0.92 and the lightness value of ea41f7 is 0.61.

The process color (four color CMYK) of #ea41f7 color hex is 0.05, 0.74, 0.00, 0.03. Web safe color of #ea41f7 is #ff33ff. Color #ea41f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000001 11110111
Octal 352 101 367
Decimal 234 65 247
Hex EA 41 F7

RGB Percentages of Color #ea41f7

%42.86
%11.90
%45.24

CMYK Percentages of Color #ea41f7

%5
%74
%0
%3

Triadic Colors of #ea41f7

#ea41f7 #f7ea41 #41f7ea

Analogous Colors of #ea41f7

#ea41f7 #f741a9 #8f41f7

Monochromatic Colors of #ea41f7

#ea41f7

Complementary Color

#ea41f7 #4ef741

#ea41f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea41f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea41f7 Color CSS Codes

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

#ea41f7 Text Font Color

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

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


#ea41f7 Background Color

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

This div background color is #ea41f7


#ea41f7 Border Color

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

This div border color is #ea41f7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,65,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea41f7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea41f7;
  -webkit-box-shadow: 1px 1px 3px 2px #ea41f7;
  box-shadow:         1px 1px 3px 2px #ea41f7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,65,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea41f7


Comments

No comments written yet.

Please login to write comment.