Color Hex Logo

#f274ad Color Hex

#F274AD
(242,116,173)
0 Favorites   0 Comments

Color spaces of #f274ad

RGB 242116173
HSL0.920.830.70
HSV333°52°95°
CMYK 0.000.520.29   0.05
XYZ50.406234.385243.5155
Yxy34.38520.39290.2680
Hunter Lab58.638950.8212-2.9515
CIE-Lab65.267254.4278-7.2029

#f274ad color RGB value is (242,116,173).

#f274ad hex color red value is 242, green value is 116 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f274ad hue: 0.92 , saturation: 0.83 and the lightness value of f274ad is 0.70.

The process color (four color CMYK) of #f274ad color hex is 0.00, 0.52, 0.29, 0.05. Web safe color of #f274ad is #ff6699. Color #f274ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110100 10101101
Octal 362 164 255
Decimal 242 116 173
Hex F2 74 AD

RGB Percentages of Color #f274ad

%45.57
%21.85
%32.58

CMYK Percentages of Color #f274ad

%0
%52
%29
%5

Triadic Colors of #f274ad

#f274ad #adf274 #74adf2

Analogous Colors of #f274ad

#f274ad #f27a74 #f274ec

Monochromatic Colors of #f274ad

#f274ad

Complementary Color

#f274ad #74f2b9

#f274ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f274ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f274ad Color CSS Codes

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

#f274ad Text Font Color

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

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


#f274ad Background Color

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

This div background color is #f274ad


#f274ad Border Color

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

This div border color is #f274ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f274ad


Comments

No comments written yet.

Please login to write comment.