Color Hex Logo

#f752ee Color Hex

#F752EE
(247,82,238)
0 Favorites   0 Comments

Color spaces of #f752ee

RGB 24782238
HSL0.840.910.65
HSV303°67°97°
CMYK 0.000.670.04   0.03
XYZ56.807731.981884.0679
Yxy31.98180.32860.1850
Hunter Lab56.552580.3389-48.5507
CIE-Lab63.327879.2418-46.7070

#f752ee color RGB value is (247,82,238).

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

The process color (four color CMYK) of #f752ee color hex is 0.00, 0.67, 0.04, 0.03. Web safe color of #f752ee is #ff66ff. Color #f752ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010010 11101110
Octal 367 122 356
Decimal 247 82 238
Hex F7 52 EE

RGB Percentages of Color #f752ee

%43.56
%14.46
%41.98

CMYK Percentages of Color #f752ee

%0
%67
%4
%3

Triadic Colors of #f752ee

#f752ee #eef752 #52eef7

Analogous Colors of #f752ee

#f752ee #f7529c #ae52f7

Monochromatic Colors of #f752ee

#f752ee

Complementary Color

#f752ee #52f75b

#f752ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f752ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f752ee Color CSS Codes

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

#f752ee Text Font Color

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

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


#f752ee Background Color

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

This div background color is #f752ee


#f752ee Border Color

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

This div border color is #f752ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f752ee


Comments

No comments written yet.

Please login to write comment.