Color Hex Logo

#f452ad Color Hex

#F452AD
(244,82,173)
0 Favorites   0 Comments

Color spaces of #f452ad

RGB 24482173
HSL0.910.880.64
HSV326°66°96°
CMYK 0.000.660.29   0.04
XYZ47.868328.284842.4717
Yxy28.28480.40350.2384
Hunter Lab53.183567.5897-10.1199
CIE-Lab60.145269.5958-14.8465

#f452ad color RGB value is (244,82,173).

#f452ad hex color red value is 244, green value is 82 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f452ad hue: 0.91 , saturation: 0.88 and the lightness value of f452ad is 0.64.

The process color (four color CMYK) of #f452ad color hex is 0.00, 0.66, 0.29, 0.04. Web safe color of #f452ad is #ff6699. Color #f452ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010010 10101101
Octal 364 122 255
Decimal 244 82 173
Hex F4 52 AD

RGB Percentages of Color #f452ad

%48.90
%16.43
%34.67

CMYK Percentages of Color #f452ad

%0
%66
%29
%4

Triadic Colors of #f452ad

#f452ad #adf452 #52adf4

Analogous Colors of #f452ad

#f452ad #f4525c #ea52f4

Monochromatic Colors of #f452ad

#f452ad

Complementary Color

#f452ad #52f499

#f452ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f452ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f452ad Color CSS Codes

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

#f452ad Text Font Color

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

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


#f452ad Background Color

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

This div background color is #f452ad


#f452ad Border Color

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

This div border color is #f452ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f452ad


Comments

No comments written yet.

Please login to write comment.