Color Hex Logo

#f255eb Color Hex

#F255EB
(242,85,235)
0 Favorites   0 Comments

Color spaces of #f255eb

RGB 24285235
HSL0.840.860.64
HSV303°65°95°
CMYK 0.000.650.03   0.05
XYZ54.861831.372481.7612
Yxy31.37240.32660.1867
Hunter Lab56.011176.8181-47.3398
CIE-Lab62.820876.5625-45.8876

#f255eb color RGB value is (242,85,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010101 11101011
Octal 362 125 353
Decimal 242 85 235
Hex F2 55 EB

RGB Percentages of Color #f255eb

%43.06
%15.12
%41.81

CMYK Percentages of Color #f255eb

%0
%65
%3
%5

Triadic Colors of #f255eb

#f255eb #ebf255 #55ebf2

Analogous Colors of #f255eb

#f255eb #f2559d #ab55f2

Monochromatic Colors of #f255eb

#f255eb

Complementary Color

#f255eb #55f25c

#f255eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f255eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f255eb Color CSS Codes

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

#f255eb Text Font Color

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

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


#f255eb Background Color

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

This div background color is #f255eb


#f255eb Border Color

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

This div border color is #f255eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f255eb


Comments

No comments written yet.

Please login to write comment.