Color Hex Logo

#f75dba Color Hex

#F75DBA
(247,93,186)
0 Favorites   0 Comments

Color spaces of #f75dba

RGB 24793186
HSL0.900.910.67
HSV324°62°97°
CMYK 0.000.620.25   0.03
XYZ51.135031.148049.7714
Yxy31.14800.38720.2359
Hunter Lab55.810465.8784-13.8072
CIE-Lab62.632467.7260-18.4917

#f75dba color RGB value is (247,93,186).

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

The process color (four color CMYK) of #f75dba color hex is 0.00, 0.62, 0.25, 0.03. Web safe color of #f75dba is #ff66cc. Color #f75dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011101 10111010
Octal 367 135 272
Decimal 247 93 186
Hex F7 5D BA

RGB Percentages of Color #f75dba

%46.96
%17.68
%35.36

CMYK Percentages of Color #f75dba

%0
%62
%25
%3

Triadic Colors of #f75dba

#f75dba #baf75d #5dbaf7

Analogous Colors of #f75dba

#f75dba #f75d6d #e75df7

Monochromatic Colors of #f75dba

#f75dba

Complementary Color

#f75dba #5df79a

#f75dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75dba Color CSS Codes

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

#f75dba Text Font Color

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

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


#f75dba Background Color

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

This div background color is #f75dba


#f75dba Border Color

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

This div border color is #f75dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,93,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75dba


Comments

No comments written yet.

Please login to write comment.