Color Hex Logo

#f832ed Color Hex

#F832ED
(248,50,237)
0 Favorites   0 Comments

Color spaces of #f832ed

RGB 24850237
HSL0.840.930.58
HSV303°80°97°
CMYK 0.000.800.04   0.03
XYZ55.138128.352182.6872
Yxy28.35210.33180.1706
Hunter Lab53.246791.6589-54.7992
CIE-Lab60.205588.5328-51.0803

#f832ed color RGB value is (248,50,237).

#f832ed hex color red value is 248, green value is 50 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f832ed hue: 0.84 , saturation: 0.93 and the lightness value of f832ed is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110010 11101101
Octal 370 62 355
Decimal 248 50 237
Hex F8 32 ED

RGB Percentages of Color #f832ed

%46.36
%9.35
%44.30

CMYK Percentages of Color #f832ed

%0
%80
%4
%3

Triadic Colors of #f832ed

#f832ed #edf832 #32edf8

Analogous Colors of #f832ed

#f832ed #f8328a #a032f8

Monochromatic Colors of #f832ed

#f832ed

Complementary Color

#f832ed #32f83d

#f832ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f832ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f832ed Color CSS Codes

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

#f832ed Text Font Color

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

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


#f832ed Background Color

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

This div background color is #f832ed


#f832ed Border Color

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

This div border color is #f832ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f832ed


Comments

No comments written yet.

Please login to write comment.