Color Hex Logo

#f702dc Color Hex

#F702DC
(247,2,220)
0 Favorites   0 Comments

Color spaces of #f702dc

RGB 2472220
HSL0.850.980.49
HSV307°99°97°
CMYK 0.000.990.11   0.03
XYZ51.297724.984969.8290
Yxy24.98490.35110.1710
Hunter Lab49.984995.7145-47.8388
CIE-Lab57.060792.1726-46.5066

#f702dc color RGB value is (247,2,220).

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

The process color (four color CMYK) of #f702dc color hex is 0.00, 0.99, 0.11, 0.03. Web safe color of #f702dc is #ff00cc. Color #f702dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000010 11011100
Octal 367 2 334
Decimal 247 2 220
Hex F7 2 DC

RGB Percentages of Color #f702dc

%52.67
%0.43
%46.91

CMYK Percentages of Color #f702dc

%0
%99
%11
%3

Triadic Colors of #f702dc

#f702dc #dcf702 #02dcf7

Analogous Colors of #f702dc

#f702dc #f70262 #9802f7

Monochromatic Colors of #f702dc

#f702dc

Complementary Color

#f702dc #02f71d

#f702dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f702dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f702dc Color CSS Codes

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

#f702dc Text Font Color

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

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


#f702dc Background Color

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

This div background color is #f702dc


#f702dc Border Color

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

This div border color is #f702dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f702dc


Comments

No comments written yet.

Please login to write comment.