Color Hex Logo

#f467ea Color Hex

#F467EA
(244,103,234)
0 Favorites   0 Comments

Color spaces of #f467ea

RGB 244103234
HSL0.850.870.68
HSV304°58°96°
CMYK 0.000.580.04   0.04
XYZ57.009834.874181.5685
Yxy34.87410.32870.2011
Hunter Lab59.054368.9752-40.5561
CIE-Lab65.650569.7290-40.8657

#f467ea color RGB value is (244,103,234).

#f467ea hex color red value is 244, green value is 103 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f467ea hue: 0.85 , saturation: 0.87 and the lightness value of f467ea is 0.68.

The process color (four color CMYK) of #f467ea color hex is 0.00, 0.58, 0.04, 0.04. Web safe color of #f467ea is #ff66ff. Color #f467ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100111 11101010
Octal 364 147 352
Decimal 244 103 234
Hex F4 67 EA

RGB Percentages of Color #f467ea

%42.00
%17.73
%40.28

CMYK Percentages of Color #f467ea

%0
%58
%4
%4

Triadic Colors of #f467ea

#f467ea #eaf467 #67eaf4

Analogous Colors of #f467ea

#f467ea #f467a4 #b867f4

Monochromatic Colors of #f467ea

#f467ea

Complementary Color

#f467ea #67f471

#f467ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f467ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f467ea Color CSS Codes

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

#f467ea Text Font Color

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

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


#f467ea Background Color

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

This div background color is #f467ea


#f467ea Border Color

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

This div border color is #f467ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f467ea


Comments

No comments written yet.

Please login to write comment.