Color Hex Logo

#f602dc Color Hex

#F602DC
(246,2,220)
0 Favorites   0 Comments

Color spaces of #f602dc

RGB 2462220
HSL0.850.980.49
HSV306°99°96°
CMYK 0.000.990.11   0.04
XYZ50.946024.803669.8126
Yxy24.80360.35000.1704
Hunter Lab49.803295.4402-48.2486
CIE-Lab56.883692.0037-46.7985

#f602dc color RGB value is (246,2,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000010 11011100
Octal 366 2 334
Decimal 246 2 220
Hex F6 2 DC

RGB Percentages of Color #f602dc

%52.56
%0.43
%47.01

CMYK Percentages of Color #f602dc

%0
%99
%11
%4

Triadic Colors of #f602dc

#f602dc #dcf602 #02dcf6

Analogous Colors of #f602dc

#f602dc #f60262 #9602f6

Monochromatic Colors of #f602dc

#f602dc

Complementary Color

#f602dc #02f61c

#f602dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f602dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f602dc Color CSS Codes

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

#f602dc Text Font Color

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

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


#f602dc Background Color

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

This div background color is #f602dc


#f602dc Border Color

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

This div border color is #f602dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f602dc


Comments

No comments written yet.

Please login to write comment.