Color Hex Logo

#f25bbb Color Hex

#F25BBB
(242,91,187)
0 Favorites   0 Comments

Color spaces of #f25bbb

RGB 24291187
HSL0.890.850.65
HSV322°62°95°
CMYK 0.000.620.23   0.05
XYZ49.328729.947350.1942
Yxy29.94730.38100.2313
Hunter Lab54.724165.1339-16.0752
CIE-Lab61.608767.2924-20.6916

#f25bbb color RGB value is (242,91,187).

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

The process color (four color CMYK) of #f25bbb color hex is 0.00, 0.62, 0.23, 0.05. Web safe color of #f25bbb is #ff66cc. Color #f25bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011011 10111011
Octal 362 133 273
Decimal 242 91 187
Hex F2 5B BB

RGB Percentages of Color #f25bbb

%46.54
%17.50
%35.96

CMYK Percentages of Color #f25bbb

%0
%62
%23
%5

Triadic Colors of #f25bbb

#f25bbb #bbf25b #5bbbf2

Analogous Colors of #f25bbb

#f25bbb #f25b70 #de5bf2

Monochromatic Colors of #f25bbb

#f25bbb

Complementary Color

#f25bbb #5bf292

#f25bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25bbb Color CSS Codes

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

#f25bbb Text Font Color

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

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


#f25bbb Background Color

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

This div background color is #f25bbb


#f25bbb Border Color

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

This div border color is #f25bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25bbb


Comments

No comments written yet.

Please login to write comment.