Color Hex Logo

#f734ad Color Hex

#F734AD
(247,52,173)
0 Favorites   0 Comments

Color spaces of #f734ad

RGB 24752173
HSL0.900.920.59
HSV323°79°97°
CMYK 0.000.790.30   0.03
XYZ47.128625.247341.9244
Yxy25.24730.41230.2209
Hunter Lab50.246779.4914-14.2972
CIE-Lab57.315679.7325-19.0947

#f734ad color RGB value is (247,52,173).

#f734ad hex color red value is 247, green value is 52 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f734ad hue: 0.90 , saturation: 0.92 and the lightness value of f734ad is 0.59.

The process color (four color CMYK) of #f734ad color hex is 0.00, 0.79, 0.30, 0.03. Web safe color of #f734ad is #ff3399. Color #f734ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110100 10101101
Octal 367 64 255
Decimal 247 52 173
Hex F7 34 AD

RGB Percentages of Color #f734ad

%52.33
%11.02
%36.65

CMYK Percentages of Color #f734ad

%0
%79
%30
%3

Triadic Colors of #f734ad

#f734ad #adf734 #34adf7

Analogous Colors of #f734ad

#f734ad #f7344c #e034f7

Monochromatic Colors of #f734ad

#f734ad

Complementary Color

#f734ad #34f77e

#f734ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f734ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f734ad Color CSS Codes

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

#f734ad Text Font Color

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

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


#f734ad Background Color

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

This div background color is #f734ad


#f734ad Border Color

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

This div border color is #f734ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f734ad


Comments

No comments written yet.

Please login to write comment.