Color Hex Logo

#f775cd Color Hex

#F775CD
(247,117,205)
0 Favorites   0 Comments

Color spaces of #f775cd

RGB 247117205
HSL0.890.890.71
HSV319°53°97°
CMYK 0.000.530.17   0.03
XYZ55.738536.904561.9431
Yxy36.90450.36060.2387
Hunter Lab60.749157.4665-17.9310
CIE-Lab67.205359.8694-22.2623

#f775cd color RGB value is (247,117,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110101 11001101
Octal 367 165 315
Decimal 247 117 205
Hex F7 75 CD

RGB Percentages of Color #f775cd

%43.41
%20.56
%36.03

CMYK Percentages of Color #f775cd

%0
%53
%17
%3

Triadic Colors of #f775cd

#f775cd #cdf775 #75cdf7

Analogous Colors of #f775cd

#f775cd #f7758c #e075f7

Monochromatic Colors of #f775cd

#f775cd

Complementary Color

#f775cd #75f79f

#f775cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f775cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f775cd Color CSS Codes

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

#f775cd Text Font Color

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

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


#f775cd Background Color

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

This div background color is #f775cd


#f775cd Border Color

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

This div border color is #f775cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f775cd


Comments

No comments written yet.

Please login to write comment.