Color Hex Logo

#f374bf Color Hex

#F374BF
(243,116,191)
0 Favorites   0 Comments

Color spaces of #f374bf

RGB 243116191
HSL0.900.840.70
HSV325°52°95°
CMYK 0.000.520.21   0.05
XYZ52.611535.307153.3322
Yxy35.30710.37250.2500
Hunter Lab59.419854.0630-11.6219
CIE-Lab65.987157.1430-16.2975

#f374bf color RGB value is (243,116,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110100 10111111
Octal 363 164 277
Decimal 243 116 191
Hex F3 74 BF

RGB Percentages of Color #f374bf

%44.18
%21.09
%34.73

CMYK Percentages of Color #f374bf

%0
%52
%21
%5

Triadic Colors of #f374bf

#f374bf #bff374 #74bff3

Analogous Colors of #f374bf

#f374bf #f37480 #e874f3

Monochromatic Colors of #f374bf

#f374bf

Complementary Color

#f374bf #74f3a8

#f374bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f374bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f374bf Color CSS Codes

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

#f374bf Text Font Color

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

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


#f374bf Background Color

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

This div background color is #f374bf


#f374bf Border Color

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

This div border color is #f374bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f374bf


Comments

No comments written yet.

Please login to write comment.