Color Hex Logo

#f62ada Color Hex

#F62ADA
(246,42,218)
0 Favorites   0 Comments

Color spaces of #f62ada

RGB 24642218
HSL0.860.920.56
HSV308°83°96°
CMYK 0.000.830.11   0.04
XYZ51.488926.310768.6944
Yxy26.31070.35150.1796
Hunter Lab51.294089.4140-43.4972
CIE-Lab58.330887.2032-43.3775

#f62ada color RGB value is (246,42,218).

#f62ada hex color red value is 246, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f62ada hue: 0.86 , saturation: 0.92 and the lightness value of f62ada is 0.56.

The process color (four color CMYK) of #f62ada color hex is 0.00, 0.83, 0.11, 0.04. Web safe color of #f62ada is #ff33cc. Color #f62ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00101010 11011010
Octal 366 52 332
Decimal 246 42 218
Hex F6 2A DA

RGB Percentages of Color #f62ada

%48.62
%8.30
%43.08

CMYK Percentages of Color #f62ada

%0
%83
%11
%4

Triadic Colors of #f62ada

#f62ada #daf62a #2adaf6

Analogous Colors of #f62ada

#f62ada #f62a74 #ac2af6

Monochromatic Colors of #f62ada

#f62ada

Complementary Color

#f62ada #2af646

#f62ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f62ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f62ada Color CSS Codes

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

#f62ada Text Font Color

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

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


#f62ada Background Color

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

This div background color is #f62ada


#f62ada Border Color

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

This div border color is #f62ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f62ada


Comments

No comments written yet.

Please login to write comment.