Color Hex Logo

#ee25f8 Color Hex

#EE25F8
(238,37,248)
0 Favorites   0 Comments

Color spaces of #ee25f8

RGB 23837248
HSL0.830.940.56
HSV297°85°97°
CMYK 0.040.850.00   0.03
XYZ52.864726.277691.0927
Yxy26.27760.31050.1544
Hunter Lab51.261794.3740-69.4760
CIE-Lab58.299690.9361-60.3508

#ee25f8 color RGB value is (238,37,248).

#ee25f8 hex color red value is 238, green value is 37 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #ee25f8 hue: 0.83 , saturation: 0.94 and the lightness value of ee25f8 is 0.56.

The process color (four color CMYK) of #ee25f8 color hex is 0.04, 0.85, 0.00, 0.03. Web safe color of #ee25f8 is #ff33ff. Color #ee25f8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100101 11111000
Octal 356 45 370
Decimal 238 37 248
Hex EE 25 F8

RGB Percentages of Color #ee25f8

%45.51
%7.07
%47.42

CMYK Percentages of Color #ee25f8

%4
%85
%0
%3

Triadic Colors of #ee25f8

#ee25f8 #f8ee25 #25f8ee

Analogous Colors of #ee25f8

#ee25f8 #f82599 #8525f8

Monochromatic Colors of #ee25f8

#ee25f8

Complementary Color

#ee25f8 #2ff825

#ee25f8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee25f8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee25f8 Color CSS Codes

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

#ee25f8 Text Font Color

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

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


#ee25f8 Background Color

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

This div background color is #ee25f8


#ee25f8 Border Color

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

This div border color is #ee25f8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,37,248, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ee25f8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ee25f8;
  -webkit-box-shadow: 1px 1px 3px 2px #ee25f8;
  box-shadow:         1px 1px 3px 2px #ee25f8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,37,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee25f8


Comments

No comments written yet.

Please login to write comment.