Color Hex Logo

#f25bec Color Hex

#F25BEC
(242,91,236)
0 Favorites   0 Comments

Color spaces of #f25bec

RGB 24291236
HSL0.840.850.65
HSV302°62°95°
CMYK 0.000.620.02   0.05
XYZ55.499432.415582.6886
Yxy32.41550.32530.1900
Hunter Lab56.934674.3648-46.2552
CIE-Lab63.684874.4447-45.0825

#f25bec color RGB value is (242,91,236).

#f25bec hex color red value is 242, green value is 91 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f25bec hue: 0.84 , saturation: 0.85 and the lightness value of f25bec is 0.65.

The process color (four color CMYK) of #f25bec color hex is 0.00, 0.62, 0.02, 0.05. Web safe color of #f25bec is #ff66ff. Color #f25bec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011011 11101100
Octal 362 133 354
Decimal 242 91 236
Hex F2 5B EC

RGB Percentages of Color #f25bec

%42.53
%15.99
%41.48

CMYK Percentages of Color #f25bec

%0
%62
%2
%5

Triadic Colors of #f25bec

#f25bec #ecf25b #5becf2

Analogous Colors of #f25bec

#f25bec #f25ba1 #ad5bf2

Monochromatic Colors of #f25bec

#f25bec

Complementary Color

#f25bec #5bf261

#f25bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25bec Color CSS Codes

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

#f25bec Text Font Color

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

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


#f25bec Background Color

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

This div background color is #f25bec


#f25bec Border Color

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

This div border color is #f25bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25bec

#f25bec Color Palettes


Comments

No comments written yet.

Please login to write comment.