Color Hex Logo

#f757cd Color Hex

#F757CD
(247,87,205)
0 Favorites   0 Comments

Color spaces of #f757cd

RGB 24787205
HSL0.880.910.65
HSV316°65°97°
CMYK 0.000.650.17   0.03
XYZ52.785430.998360.9588
Yxy30.99830.36470.2142
Hunter Lab55.676171.7990-25.9423
CIE-Lab62.506272.5986-29.4818

#f757cd color RGB value is (247,87,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010111 11001101
Octal 367 127 315
Decimal 247 87 205
Hex F7 57 CD

RGB Percentages of Color #f757cd

%45.83
%16.14
%38.03

CMYK Percentages of Color #f757cd

%0
%65
%17
%3

Triadic Colors of #f757cd

#f757cd #cdf757 #57cdf7

Analogous Colors of #f757cd

#f757cd #f7577d #d157f7

Monochromatic Colors of #f757cd

#f757cd

Complementary Color

#f757cd #57f781

#f757cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f757cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f757cd Color CSS Codes

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

#f757cd Text Font Color

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

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


#f757cd Background Color

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

This div background color is #f757cd


#f757cd Border Color

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

This div border color is #f757cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f757cd

Related Colors


Comments

No comments written yet.

Please login to write comment.