Color Hex Logo

#f033bb Color Hex

#F033BB
(240,51,187)
0 Favorites   0 Comments

Color spaces of #f033bb

RGB 24051187
HSL0.880.860.57
HSV317°79°94°
CMYK 0.000.790.22   0.06
XYZ46.088624.480849.3098
Yxy24.48080.38450.2042
Hunter Lab49.478179.6853-24.4537
CIE-Lab56.566080.0308-28.4732

#f033bb color RGB value is (240,51,187).

#f033bb hex color red value is 240, green value is 51 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f033bb hue: 0.88 , saturation: 0.86 and the lightness value of f033bb is 0.57.

The process color (four color CMYK) of #f033bb color hex is 0.00, 0.79, 0.22, 0.06. Web safe color of #f033bb is #ff33cc. Color #f033bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110011 10111011
Octal 360 63 273
Decimal 240 51 187
Hex F0 33 BB

RGB Percentages of Color #f033bb

%50.21
%10.67
%39.12

CMYK Percentages of Color #f033bb

%0
%79
%22
%6

Triadic Colors of #f033bb

#f033bb #bbf033 #33bbf0

Analogous Colors of #f033bb

#f033bb #f0335c #c733f0

Monochromatic Colors of #f033bb

#f033bb

Complementary Color

#f033bb #33f068

#f033bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f033bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f033bb Color CSS Codes

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

#f033bb Text Font Color

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

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


#f033bb Background Color

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

This div background color is #f033bb


#f033bb Border Color

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

This div border color is #f033bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f033bb


Comments

No comments written yet.

Please login to write comment.