Color Hex Logo

#f331ad Color Hex

#F331AD
(243,49,173)
0 Favorites   0 Comments

Color spaces of #f331ad

RGB 24349173
HSL0.890.890.57
HSV322°80°95°
CMYK 0.000.800.29   0.05
XYZ45.603324.268441.8159
Yxy24.26840.40830.2173
Hunter Lab49.263079.0293-15.8431
CIE-Lab56.355579.5544-20.6243

#f331ad color RGB value is (243,49,173).

#f331ad hex color red value is 243, green value is 49 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f331ad hue: 0.89 , saturation: 0.89 and the lightness value of f331ad is 0.57.

The process color (four color CMYK) of #f331ad color hex is 0.00, 0.80, 0.29, 0.05. Web safe color of #f331ad is #ff3399. Color #f331ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110001 10101101
Octal 363 61 255
Decimal 243 49 173
Hex F3 31 AD

RGB Percentages of Color #f331ad

%52.26
%10.54
%37.20

CMYK Percentages of Color #f331ad

%0
%80
%29
%5

Triadic Colors of #f331ad

#f331ad #adf331 #31adf3

Analogous Colors of #f331ad

#f331ad #f3314c #d831f3

Monochromatic Colors of #f331ad

#f331ad

Complementary Color

#f331ad #31f377

#f331ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f331ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f331ad Color CSS Codes

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

#f331ad Text Font Color

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

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


#f331ad Background Color

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

This div background color is #f331ad


#f331ad Border Color

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

This div border color is #f331ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,49,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f331ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f331ad;
  -webkit-box-shadow: 1px 1px 3px 2px #f331ad;
  box-shadow:         1px 1px 3px 2px #f331ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,49,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f331ad


Comments

No comments written yet.

Please login to write comment.