Color Hex Logo

#f775db Color Hex

#F775DB
(247,117,219)
0 Favorites   0 Comments

Color spaces of #f775db

RGB 247117219
HSL0.870.890.71
HSV313°53°97°
CMYK 0.000.530.11   0.03
XYZ57.505237.611271.2467
Yxy37.61120.34570.2261
Hunter Lab61.328060.0496-25.9495
CIE-Lab67.733161.9704-29.2653

#f775db color RGB value is (247,117,219).

#f775db hex color red value is 247, green value is 117 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f775db hue: 0.87 , saturation: 0.89 and the lightness value of f775db is 0.71.

The process color (four color CMYK) of #f775db color hex is 0.00, 0.53, 0.11, 0.03. Web safe color of #f775db is #ff66cc. Color #f775db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110101 11011011
Octal 367 165 333
Decimal 247 117 219
Hex F7 75 DB

RGB Percentages of Color #f775db

%42.37
%20.07
%37.56

CMYK Percentages of Color #f775db

%0
%53
%11
%3

Triadic Colors of #f775db

#f775db #dbf775 #75dbf7

Analogous Colors of #f775db

#f775db #f7759a #d275f7

Monochromatic Colors of #f775db

#f775db

Complementary Color

#f775db #75f791

#f775db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f775db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f775db Color CSS Codes

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

#f775db Text Font Color

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

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


#f775db Background Color

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

This div background color is #f775db


#f775db Border Color

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

This div border color is #f775db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f775db


Comments

No comments written yet.

Please login to write comment.