Color Hex Logo

#f370bb Color Hex

#F370BB
(243,112,187)
0 Favorites   0 Comments

Color spaces of #f370bb

RGB 243112187
HSL0.900.850.70
HSV326°54°95°
CMYK 0.000.540.23   0.05
XYZ51.726034.230950.8947
Yxy34.23090.37800.2501
Hunter Lab58.507255.4237-10.6206
CIE-Lab65.145458.4545-15.3092

#f370bb color RGB value is (243,112,187).

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

The process color (four color CMYK) of #f370bb color hex is 0.00, 0.54, 0.23, 0.05. Web safe color of #f370bb is #ff66cc. Color #f370bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110000 10111011
Octal 363 160 273
Decimal 243 112 187
Hex F3 70 BB

RGB Percentages of Color #f370bb

%44.83
%20.66
%34.50

CMYK Percentages of Color #f370bb

%0
%54
%23
%5

Triadic Colors of #f370bb

#f370bb #bbf370 #70bbf3

Analogous Colors of #f370bb

#f370bb #f3707a #ea70f3

Monochromatic Colors of #f370bb

#f370bb

Complementary Color

#f370bb #70f3a8

#f370bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f370bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f370bb Color CSS Codes

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

#f370bb Text Font Color

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

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


#f370bb Background Color

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

This div background color is #f370bb


#f370bb Border Color

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

This div border color is #f370bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f370bb


Comments

No comments written yet.

Please login to write comment.