Color Hex Logo

#f62dae Color Hex

#F62DAE
(246,45,174)
0 Favorites   0 Comments

Color spaces of #f62dae

RGB 24645174
HSL0.890.920.57
HSV321°82°96°
CMYK 0.000.820.29   0.04
XYZ46.584424.525642.3230
Yxy24.52560.41070.2162
Hunter Lab49.523381.2412-16.0033
CIE-Lab56.610281.2437-20.7705

#f62dae color RGB value is (246,45,174).

#f62dae hex color red value is 246, green value is 45 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f62dae hue: 0.89 , saturation: 0.92 and the lightness value of f62dae is 0.57.

The process color (four color CMYK) of #f62dae color hex is 0.00, 0.82, 0.29, 0.04. Web safe color of #f62dae is #ff3399. Color #f62dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00101101 10101110
Octal 366 55 256
Decimal 246 45 174
Hex F6 2D AE

RGB Percentages of Color #f62dae

%52.90
%9.68
%37.42

CMYK Percentages of Color #f62dae

%0
%82
%29
%4

Triadic Colors of #f62dae

#f62dae #aef62d #2daef6

Analogous Colors of #f62dae

#f62dae #f62d4a #da2df6

Monochromatic Colors of #f62dae

#f62dae

Complementary Color

#f62dae #2df675

#f62dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f62dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f62dae Color CSS Codes

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

#f62dae Text Font Color

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

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


#f62dae Background Color

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

This div background color is #f62dae


#f62dae Border Color

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

This div border color is #f62dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f62dae


Comments

No comments written yet.

Please login to write comment.