Color Hex Logo

#f795ce Color Hex

#F795CE
(247,149,206)
0 Favorites   0 Comments

Color spaces of #f795ce

RGB 247149206
HSL0.900.860.78
HSV325°40°97°
CMYK 0.000.400.17   0.03
XYZ60.245845.725364.0431
Yxy45.72530.35440.2689
Hunter Lab67.620540.6970-8.8190
CIE-Lab73.366944.3006-13.4908

#f795ce color RGB value is (247,149,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010101 11001110
Octal 367 225 316
Decimal 247 149 206
Hex F7 95 CE

RGB Percentages of Color #f795ce

%41.03
%24.75
%34.22

CMYK Percentages of Color #f795ce

%0
%40
%17
%3

Triadic Colors of #f795ce

#f795ce #cef795 #95cef7

Analogous Colors of #f795ce

#f795ce #f7959d #ef95f7

Monochromatic Colors of #f795ce

#f795ce

Complementary Color

#f795ce #95f7be

#f795ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f795ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f795ce Color CSS Codes

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

#f795ce Text Font Color

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

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


#f795ce Background Color

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

This div background color is #f795ce


#f795ce Border Color

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

This div border color is #f795ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f795ce


Comments

No comments written yet.

Please login to write comment.