Color Hex Logo

#f025ee Color Hex

#F025EE
(240,37,238)
0 Favorites   0 Comments

Color spaces of #f025ee

RGB 24037238
HSL0.830.870.54
HSV301°85°94°
CMYK 0.000.850.01   0.06
XYZ52.029426.021483.1693
Yxy26.02140.32270.1614
Hunter Lab51.011292.7934-60.9594
CIE-Lab58.057489.8031-55.1380

#f025ee color RGB value is (240,37,238).

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

The process color (four color CMYK) of #f025ee color hex is 0.00, 0.85, 0.01, 0.06. Web safe color of #f025ee is #ff33ff. Color #f025ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100101 11101110
Octal 360 45 356
Decimal 240 37 238
Hex F0 25 EE

RGB Percentages of Color #f025ee

%46.60
%7.18
%46.21

CMYK Percentages of Color #f025ee

%0
%85
%1
%6

Triadic Colors of #f025ee

#f025ee #eef025 #25eef0

Analogous Colors of #f025ee

#f025ee #f02589 #8d25f0

Monochromatic Colors of #f025ee

#f025ee

Complementary Color

#f025ee #25f027

#f025ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f025ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f025ee Color CSS Codes

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

#f025ee Text Font Color

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

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


#f025ee Background Color

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

This div background color is #f025ee


#f025ee Border Color

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

This div border color is #f025ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f025ee


Comments

No comments written yet.

Please login to write comment.