Color Hex Logo

#f752da Color Hex

#F752DA
(247,82,218)
0 Favorites   0 Comments

Color spaces of #f752da

RGB 24782218
HSL0.860.910.65
HSV311°67°97°
CMYK 0.000.670.12   0.03
XYZ54.030030.870769.4406
Yxy30.87070.35010.2000
Hunter Lab55.561476.3476-35.2076
CIE-Lab62.398376.2686-36.9834

#f752da color RGB value is (247,82,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010010 11011010
Octal 367 122 332
Decimal 247 82 218
Hex F7 52 DA

RGB Percentages of Color #f752da

%45.16
%14.99
%39.85

CMYK Percentages of Color #f752da

%0
%67
%12
%3

Triadic Colors of #f752da

#f752da #daf752 #52daf7

Analogous Colors of #f752da

#f752da #f75288 #c252f7

Monochromatic Colors of #f752da

#f752da

Complementary Color

#f752da #52f76f

#f752da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f752da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f752da Color CSS Codes

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

#f752da Text Font Color

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

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


#f752da Background Color

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

This div background color is #f752da


#f752da Border Color

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

This div border color is #f752da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f752da


Comments

No comments written yet.

Please login to write comment.