Color Hex Logo

#f705de Color Hex

#F705DE
(247,5,222)
0 Favorites   0 Comments

Color spaces of #f705de

RGB 2475222
HSL0.850.960.49
HSV306°98°97°
CMYK 0.000.980.10   0.03
XYZ51.596925.156671.2435
Yxy25.15660.34860.1700
Hunter Lab50.156495.8531-49.1077
CIE-Lab57.227792.2428-47.3755

#f705de color RGB value is (247,5,222).

#f705de hex color red value is 247, green value is 5 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f705de hue: 0.85 , saturation: 0.96 and the lightness value of f705de is 0.49.

The process color (four color CMYK) of #f705de color hex is 0.00, 0.98, 0.10, 0.03. Web safe color of #f705de is #ff00cc. Color #f705de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000101 11011110
Octal 367 5 336
Decimal 247 5 222
Hex F7 5 DE

RGB Percentages of Color #f705de

%52.11
%1.05
%46.84

CMYK Percentages of Color #f705de

%0
%98
%10
%3

Triadic Colors of #f705de

#f705de #def705 #05def7

Analogous Colors of #f705de

#f705de #f70565 #9705f7

Monochromatic Colors of #f705de

#f705de

Complementary Color

#f705de #05f71e

#f705de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f705de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f705de Color CSS Codes

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

#f705de Text Font Color

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

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


#f705de Background Color

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

This div background color is #f705de


#f705de Border Color

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

This div border color is #f705de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f705de


Comments

No comments written yet.

Please login to write comment.