Color Hex Logo

#f274be Color Hex

#F274BE
(242,116,190)
0 Favorites   0 Comments

Color spaces of #f274be

RGB 242116190
HSL0.900.830.70
HSV325°52°95°
CMYK 0.000.520.21   0.05
XYZ52.157635.085752.7384
Yxy35.08570.37260.2506
Hunter Lab59.233253.5196-11.3258
CIE-Lab65.815356.6992-16.0063

#f274be color RGB value is (242,116,190).

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

The process color (four color CMYK) of #f274be color hex is 0.00, 0.52, 0.21, 0.05. Web safe color of #f274be is #ff66cc. Color #f274be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110100 10111110
Octal 362 164 276
Decimal 242 116 190
Hex F2 74 BE

RGB Percentages of Color #f274be

%44.16
%21.17
%34.67

CMYK Percentages of Color #f274be

%0
%52
%21
%5

Triadic Colors of #f274be

#f274be #bef274 #74bef2

Analogous Colors of #f274be

#f274be #f2747f #e774f2

Monochromatic Colors of #f274be

#f274be

Complementary Color

#f274be #74f2a8

#f274be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f274be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f274be Color CSS Codes

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

#f274be Text Font Color

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

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


#f274be Background Color

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

This div background color is #f274be


#f274be Border Color

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

This div border color is #f274be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,116,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f274be


Comments

No comments written yet.

Please login to write comment.