Color Hex Logo

#f761cd Color Hex

#F761CD
(247,97,205)
0 Favorites   0 Comments

Color spaces of #f761cd

RGB 24797205
HSL0.880.900.67
HSV317°61°97°
CMYK 0.000.610.17   0.03
XYZ53.651932.731361.2476
Yxy32.73130.36340.2217
Hunter Lab57.211367.2750-23.4251
CIE-Lab63.942768.6432-27.2649

#f761cd color RGB value is (247,97,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100001 11001101
Octal 367 141 315
Decimal 247 97 205
Hex F7 61 CD

RGB Percentages of Color #f761cd

%44.99
%17.67
%37.34

CMYK Percentages of Color #f761cd

%0
%61
%17
%3

Triadic Colors of #f761cd

#f761cd #cdf761 #61cdf7

Analogous Colors of #f761cd

#f761cd #f76182 #d661f7

Monochromatic Colors of #f761cd

#f761cd

Complementary Color

#f761cd #61f78b

#f761cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f761cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f761cd Color CSS Codes

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

#f761cd Text Font Color

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

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


#f761cd Background Color

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

This div background color is #f761cd


#f761cd Border Color

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

This div border color is #f761cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f761cd


Comments

No comments written yet.

Please login to write comment.