Color Hex Logo

#f254ee Color Hex

#F254EE
(242,84,238)
0 Favorites   0 Comments

Color spaces of #f254ee

RGB 24284238
HSL0.840.860.64
HSV302°65°95°
CMYK 0.000.650.02   0.05
XYZ55.220931.390984.0375
Yxy31.39090.32360.1839
Hunter Lab56.027677.8817-49.7116
CIE-Lab62.836277.4021-47.5325

#f254ee color RGB value is (242,84,238).

#f254ee hex color red value is 242, green value is 84 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f254ee hue: 0.84 , saturation: 0.86 and the lightness value of f254ee is 0.64.

The process color (four color CMYK) of #f254ee color hex is 0.00, 0.65, 0.02, 0.05. Web safe color of #f254ee is #ff66ff. Color #f254ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010100 11101110
Octal 362 124 356
Decimal 242 84 238
Hex F2 54 EE

RGB Percentages of Color #f254ee

%42.91
%14.89
%42.20

CMYK Percentages of Color #f254ee

%0
%65
%2
%5

Triadic Colors of #f254ee

#f254ee #eef254 #54eef2

Analogous Colors of #f254ee

#f254ee #f2549f #a754f2

Monochromatic Colors of #f254ee

#f254ee

Complementary Color

#f254ee #54f258

#f254ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f254ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f254ee Color CSS Codes

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

#f254ee Text Font Color

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

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


#f254ee Background Color

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

This div background color is #f254ee


#f254ee Border Color

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

This div border color is #f254ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f254ee


Comments

No comments written yet.

Please login to write comment.