Color Hex Logo

#f533be Color Hex

#F533BE
(245,51,190)
0 Favorites   0 Comments

Color spaces of #f533be

RGB 24551190
HSL0.880.910.58
HSV317°79°96°
CMYK 0.000.790.22   0.04
XYZ48.134325.497851.0998
Yxy25.49780.38590.2044
Hunter Lab50.495381.7869-24.6530
CIE-Lab57.557381.4860-28.6005

#f533be color RGB value is (245,51,190).

#f533be hex color red value is 245, green value is 51 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f533be hue: 0.88 , saturation: 0.91 and the lightness value of f533be is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110011 10111110
Octal 365 63 276
Decimal 245 51 190
Hex F5 33 BE

RGB Percentages of Color #f533be

%50.41
%10.49
%39.09

CMYK Percentages of Color #f533be

%0
%79
%22
%4

Triadic Colors of #f533be

#f533be #bef533 #33bef5

Analogous Colors of #f533be

#f533be #f5335d #cb33f5

Monochromatic Colors of #f533be

#f533be

Complementary Color

#f533be #33f56a

#f533be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f533be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f533be Color CSS Codes

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

#f533be Text Font Color

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

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


#f533be Background Color

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

This div background color is #f533be


#f533be Border Color

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

This div border color is #f533be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,51,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f533be


Comments

No comments written yet.

Please login to write comment.