Color Hex Logo

#f033ed Color Hex

#F033ED
(240,51,237)
0 Favorites   0 Comments

Color spaces of #f033ed

RGB 24051237
HSL0.840.860.57
HSV301°79°94°
CMYK 0.000.790.01   0.06
XYZ52.405127.007382.5716
Yxy27.00730.32350.1667
Hunter Lab51.968589.0545-57.8265
CIE-Lab58.981186.8037-53.1063

#f033ed color RGB value is (240,51,237).

#f033ed hex color red value is 240, green value is 51 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f033ed hue: 0.84 , saturation: 0.86 and the lightness value of f033ed is 0.57.

The process color (four color CMYK) of #f033ed color hex is 0.00, 0.79, 0.01, 0.06. Web safe color of #f033ed is #ff33ff. Color #f033ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110011 11101101
Octal 360 63 355
Decimal 240 51 237
Hex F0 33 ED

RGB Percentages of Color #f033ed

%45.45
%9.66
%44.89

CMYK Percentages of Color #f033ed

%0
%79
%1
%6

Triadic Colors of #f033ed

#f033ed #edf033 #33edf0

Analogous Colors of #f033ed

#f033ed #f0338f #9533f0

Monochromatic Colors of #f033ed

#f033ed

Complementary Color

#f033ed #33f036

#f033ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f033ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f033ed Color CSS Codes

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

#f033ed Text Font Color

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

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


#f033ed Background Color

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

This div background color is #f033ed


#f033ed Border Color

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

This div border color is #f033ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f033ed


Comments

No comments written yet.

Please login to write comment.