Color Hex Logo

#f795cf Color Hex

#F795CF
(247,149,207)
0 Favorites   0 Comments

Color spaces of #f795cf

RGB 247149207
HSL0.900.860.78
HSV324°40°97°
CMYK 0.000.400.16   0.03
XYZ60.367745.774064.6850
Yxy45.77400.35340.2680
Hunter Lab67.656540.8709-9.3264
CIE-Lab73.398644.4534-13.9941

#f795cf color RGB value is (247,149,207).

#f795cf hex color red value is 247, green value is 149 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f795cf hue: 0.90 , saturation: 0.86 and the lightness value of f795cf is 0.78.

The process color (four color CMYK) of #f795cf color hex is 0.00, 0.40, 0.16, 0.03. Web safe color of #f795cf is #ff99cc. Color #f795cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010101 11001111
Octal 367 225 317
Decimal 247 149 207
Hex F7 95 CF

RGB Percentages of Color #f795cf

%40.96
%24.71
%34.33

CMYK Percentages of Color #f795cf

%0
%40
%16
%3

Triadic Colors of #f795cf

#f795cf #cff795 #95cff7

Analogous Colors of #f795cf

#f795cf #f7959e #ee95f7

Monochromatic Colors of #f795cf

#f795cf

Complementary Color

#f795cf #95f7bd

#f795cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f795cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f795cf Color CSS Codes

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

#f795cf Text Font Color

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

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


#f795cf Background Color

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

This div background color is #f795cf


#f795cf Border Color

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

This div border color is #f795cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f795cf


Comments

No comments written yet.

Please login to write comment.