Color Hex Logo

#f467fc Color Hex

#F467FC
(244,103,252)
0 Favorites   0 Comments

Color spaces of #f467fc

RGB 244103252
HSL0.820.960.70
HSV297°59°99°
CMYK 0.030.590.00   0.01
XYZ59.729235.961995.8887
Yxy35.96190.31180.1877
Hunter Lab59.968272.8441-52.8264
CIE-Lab66.490872.7079-49.4790

#f467fc color RGB value is (244,103,252).

#f467fc hex color red value is 244, green value is 103 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f467fc hue: 0.82 , saturation: 0.96 and the lightness value of f467fc is 0.70.

The process color (four color CMYK) of #f467fc color hex is 0.03, 0.59, 0.00, 0.01. Web safe color of #f467fc is #ff66ff. Color #f467fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100111 11111100
Octal 364 147 374
Decimal 244 103 252
Hex F4 67 FC

RGB Percentages of Color #f467fc

%40.73
%17.20
%42.07

CMYK Percentages of Color #f467fc

%3
%59
%0
%1

Triadic Colors of #f467fc

#f467fc #fcf467 #67fcf4

Analogous Colors of #f467fc

#f467fc #fc67ba #aa67fc

Monochromatic Colors of #f467fc

#f467fc

Complementary Color

#f467fc #6ffc67

#f467fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f467fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f467fc Color CSS Codes

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

#f467fc Text Font Color

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

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


#f467fc Background Color

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

This div background color is #f467fc


#f467fc Border Color

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

This div border color is #f467fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f467fc


Comments

No comments written yet.

Please login to write comment.