Color Hex Logo

#f53beb Color Hex

#F53BEB
(245,59,235)
0 Favorites   0 Comments

Color spaces of #f53beb

RGB 24559235
HSL0.840.900.60
HSV303°76°96°
CMYK 0.000.760.04   0.04
XYZ54.215528.538681.2483
Yxy28.53860.33060.1740
Hunter Lab53.421587.6652-52.7785
CIE-Lab60.372285.4752-49.7282

#f53beb color RGB value is (245,59,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111011 11101011
Octal 365 73 353
Decimal 245 59 235
Hex F5 3B EB

RGB Percentages of Color #f53beb

%45.45
%10.95
%43.60

CMYK Percentages of Color #f53beb

%0
%76
%4
%4

Triadic Colors of #f53beb

#f53beb #ebf53b #3bebf5

Analogous Colors of #f53beb

#f53beb #f53b8e #a23bf5

Monochromatic Colors of #f53beb

#f53beb

Complementary Color

#f53beb #3bf545

#f53beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53beb Color CSS Codes

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

#f53beb Text Font Color

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

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


#f53beb Background Color

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

This div background color is #f53beb


#f53beb Border Color

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

This div border color is #f53beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53beb


Comments

No comments written yet.

Please login to write comment.