Color Hex Logo

#f752de Color Hex

#F752DE
(247,82,222)
0 Favorites   0 Comments

Color spaces of #f752de

RGB 24782222
HSL0.860.910.65
HSV309°67°97°
CMYK 0.000.670.10   0.03
XYZ54.559931.082772.2312
Yxy31.08270.34560.1969
Hunter Lab55.751977.1180-37.7889
CIE-Lab62.577476.8465-38.9506

#f752de color RGB value is (247,82,222).

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

The process color (four color CMYK) of #f752de color hex is 0.00, 0.67, 0.10, 0.03. Web safe color of #f752de is #ff66cc. Color #f752de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010010 11011110
Octal 367 122 336
Decimal 247 82 222
Hex F7 52 DE

RGB Percentages of Color #f752de

%44.83
%14.88
%40.29

CMYK Percentages of Color #f752de

%0
%67
%10
%3

Triadic Colors of #f752de

#f752de #def752 #52def7

Analogous Colors of #f752de

#f752de #f7528c #be52f7

Monochromatic Colors of #f752de

#f752de

Complementary Color

#f752de #52f76b

#f752de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f752de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f752de Color CSS Codes

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

#f752de Text Font Color

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

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


#f752de Background Color

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

This div background color is #f752de


#f752de Border Color

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

This div border color is #f752de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f752de


Comments

No comments written yet.

Please login to write comment.