Color Hex Logo

#f645ed Color Hex

#F645ED
(246,69,237)
0 Favorites   0 Comments

Color spaces of #f645ed

RGB 24669237
HSL0.840.910.62
HSV303°72°96°
CMYK 0.000.720.04   0.04
XYZ55.420229.963582.9833
Yxy29.96350.32920.1780
Hunter Lab54.738984.9285-51.5654
CIE-Lab61.622783.1342-48.8544

#f645ed color RGB value is (246,69,237).

#f645ed hex color red value is 246, green value is 69 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f645ed hue: 0.84 , saturation: 0.91 and the lightness value of f645ed is 0.62.

The process color (four color CMYK) of #f645ed color hex is 0.00, 0.72, 0.04, 0.04. Web safe color of #f645ed is #ff33ff. Color #f645ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000101 11101101
Octal 366 105 355
Decimal 246 69 237
Hex F6 45 ED

RGB Percentages of Color #f645ed

%44.57
%12.50
%42.93

CMYK Percentages of Color #f645ed

%0
%72
%4
%4

Triadic Colors of #f645ed

#f645ed #edf645 #45edf6

Analogous Colors of #f645ed

#f645ed #f64595 #a745f6

Monochromatic Colors of #f645ed

#f645ed

Complementary Color

#f645ed #45f64e

#f645ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f645ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f645ed Color CSS Codes

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

#f645ed Text Font Color

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

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


#f645ed Background Color

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

This div background color is #f645ed


#f645ed Border Color

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

This div border color is #f645ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f645ed


Comments

No comments written yet.

Please login to write comment.