Color Hex Logo

#f75ebc Color Hex

#F75EBC
(247,94,188)
0 Favorites   0 Comments

Color spaces of #f75ebc

RGB 24794188
HSL0.900.910.67
HSV323°62°97°
CMYK 0.000.620.24   0.03
XYZ51.437631.410450.9287
Yxy31.41040.38450.2348
Hunter Lab56.045065.7470-14.6460
CIE-Lab62.852667.5774-19.2970

#f75ebc color RGB value is (247,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011110 10111100
Octal 367 136 274
Decimal 247 94 188
Hex F7 5E BC

RGB Percentages of Color #f75ebc

%46.69
%17.77
%35.54

CMYK Percentages of Color #f75ebc

%0
%62
%24
%3

Triadic Colors of #f75ebc

#f75ebc #bcf75e #5ebcf7

Analogous Colors of #f75ebc

#f75ebc #f75e70 #e65ef7

Monochromatic Colors of #f75ebc

#f75ebc

Complementary Color

#f75ebc #5ef799

#f75ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75ebc Color CSS Codes

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

#f75ebc Text Font Color

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

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


#f75ebc Background Color

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

This div background color is #f75ebc


#f75ebc Border Color

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

This div border color is #f75ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75ebc


Comments

No comments written yet.

Please login to write comment.