Color Hex Logo

#f756ba Color Hex

#F756BA
(247,86,186)
0 Favorites   0 Comments

Color spaces of #f756ba

RGB 24786186
HSL0.900.910.65
HSV323°65°97°
CMYK 0.000.650.25   0.03
XYZ50.548529.974949.5759
Yxy29.97490.38850.2304
Hunter Lab54.749368.9926-15.3630
CIE-Lab61.632670.4748-20.0135

#f756ba color RGB value is (247,86,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010110 10111010
Octal 367 126 272
Decimal 247 86 186
Hex F7 56 BA

RGB Percentages of Color #f756ba

%47.59
%16.57
%35.84

CMYK Percentages of Color #f756ba

%0
%65
%25
%3

Triadic Colors of #f756ba

#f756ba #baf756 #56baf7

Analogous Colors of #f756ba

#f756ba #f7566a #e456f7

Monochromatic Colors of #f756ba

#f756ba

Complementary Color

#f756ba #56f793

#f756ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f756ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f756ba Color CSS Codes

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

#f756ba Text Font Color

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

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


#f756ba Background Color

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

This div background color is #f756ba


#f756ba Border Color

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

This div border color is #f756ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f756ba


Comments

No comments written yet.

Please login to write comment.