Color Hex Logo

#f055ef Color Hex

#F055EF
(240,85,239)
0 Favorites   0 Comments

Color spaces of #f055ef

RGB 24085239
HSL0.830.840.64
HSV300°65°94°
CMYK 0.000.650.00   0.06
XYZ54.763731.254384.8077
Yxy31.25430.32060.1830
Hunter Lab55.905577.0195-50.8080
CIE-Lab62.721776.7411-48.2887

#f055ef color RGB value is (240,85,239).

#f055ef hex color red value is 240, green value is 85 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f055ef hue: 0.83 , saturation: 0.84 and the lightness value of f055ef is 0.64.

The process color (four color CMYK) of #f055ef color hex is 0.00, 0.65, 0.00, 0.06. Web safe color of #f055ef is #ff66ff. Color #f055ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010101 11101111
Octal 360 125 357
Decimal 240 85 239
Hex F0 55 EF

RGB Percentages of Color #f055ef

%42.55
%15.07
%42.38

CMYK Percentages of Color #f055ef

%0
%65
%0
%6

Triadic Colors of #f055ef

#f055ef #eff055 #55eff0

Analogous Colors of #f055ef

#f055ef #f055a2 #a455f0

Monochromatic Colors of #f055ef

#f055ef

Complementary Color

#f055ef #55f056

#f055ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f055ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f055ef Color CSS Codes

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

#f055ef Text Font Color

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

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


#f055ef Background Color

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

This div background color is #f055ef


#f055ef Border Color

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

This div border color is #f055ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,85,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f055ef


Comments

No comments written yet.

Please login to write comment.