Color Hex Logo

#f75abb Color Hex

#F75ABB
(247,90,187)
0 Favorites   0 Comments

Color spaces of #f75abb

RGB 24790187
HSL0.900.910.66
HSV323°64°97°
CMYK 0.000.640.24   0.03
XYZ50.983630.674350.2473
Yxy30.67430.38650.2325
Hunter Lab55.384467.3939-15.0216
CIE-Lab62.231769.0512-19.6719

#f75abb color RGB value is (247,90,187).

#f75abb hex color red value is 247, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f75abb hue: 0.90 , saturation: 0.91 and the lightness value of f75abb is 0.66.

The process color (four color CMYK) of #f75abb color hex is 0.00, 0.64, 0.24, 0.03. Web safe color of #f75abb is #ff66cc. Color #f75abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011010 10111011
Octal 367 132 273
Decimal 247 90 187
Hex F7 5A BB

RGB Percentages of Color #f75abb

%47.14
%17.18
%35.69

CMYK Percentages of Color #f75abb

%0
%64
%24
%3

Triadic Colors of #f75abb

#f75abb #bbf75a #5abbf7

Analogous Colors of #f75abb

#f75abb #f75a6d #e55af7

Monochromatic Colors of #f75abb

#f75abb

Complementary Color

#f75abb #5af796

#f75abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75abb Color CSS Codes

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

#f75abb Text Font Color

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

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


#f75abb Background Color

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

This div background color is #f75abb


#f75abb Border Color

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

This div border color is #f75abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75abb


Comments

No comments written yet.

Please login to write comment.