Color Hex Logo

#f256eb Color Hex

#F256EB
(242,86,235)
0 Favorites   0 Comments

Color spaces of #f256eb

RGB 24286235
HSL0.840.860.64
HSV303°64°95°
CMYK 0.000.640.03   0.05
XYZ54.941131.531081.7876
Yxy31.53100.32650.1874
Hunter Lab56.152576.3824-47.0508
CIE-Lab62.953476.1915-45.6785

#f256eb color RGB value is (242,86,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010110 11101011
Octal 362 126 353
Decimal 242 86 235
Hex F2 56 EB

RGB Percentages of Color #f256eb

%42.98
%15.28
%41.74

CMYK Percentages of Color #f256eb

%0
%64
%3
%5

Triadic Colors of #f256eb

#f256eb #ebf256 #56ebf2

Analogous Colors of #f256eb

#f256eb #f2569d #ab56f2

Monochromatic Colors of #f256eb

#f256eb

Complementary Color

#f256eb #56f25d

#f256eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f256eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f256eb Color CSS Codes

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

#f256eb Text Font Color

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

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


#f256eb Background Color

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

This div background color is #f256eb


#f256eb Border Color

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

This div border color is #f256eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f256eb


Comments

No comments written yet.

Please login to write comment.