Color Hex Logo

#f53bec Color Hex

#F53BEC
(245,59,236)
0 Favorites   0 Comments

Color spaces of #f53bec

RGB 24559236
HSL0.840.900.60
HSV303°76°96°
CMYK 0.000.760.04   0.04
XYZ54.360528.596582.0114
Yxy28.59650.32950.1733
Hunter Lab53.475787.8710-53.4953
CIE-Lab60.423985.6221-50.2054

#f53bec color RGB value is (245,59,236).

#f53bec hex color red value is 245, green value is 59 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f53bec hue: 0.84 , saturation: 0.90 and the lightness value of f53bec is 0.60.

The process color (four color CMYK) of #f53bec color hex is 0.00, 0.76, 0.04, 0.04. Web safe color of #f53bec is #ff33ff. Color #f53bec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111011 11101100
Octal 365 73 354
Decimal 245 59 236
Hex F5 3B EC

RGB Percentages of Color #f53bec

%45.37
%10.93
%43.70

CMYK Percentages of Color #f53bec

%0
%76
%4
%4

Triadic Colors of #f53bec

#f53bec #ecf53b #3becf5

Analogous Colors of #f53bec

#f53bec #f53b8f #a13bf5

Monochromatic Colors of #f53bec

#f53bec

Complementary Color

#f53bec #3bf544

#f53bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53bec Color CSS Codes

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

#f53bec Text Font Color

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

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


#f53bec Background Color

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

This div background color is #f53bec


#f53bec Border Color

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

This div border color is #f53bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53bec


Comments

No comments written yet.

Please login to write comment.