Color Hex Logo

#f57bee Color Hex

#F57BEE
(245,123,238)
0 Favorites   0 Comments

Color spaces of #f57bee

RGB 245123238
HSL0.840.860.72
HSV303°50°96°
CMYK 0.000.500.03   0.04
XYZ60.171839.751485.3903
Yxy39.75140.32470.2145
Hunter Lab63.048760.0198-36.1656
CIE-Lab69.292161.6886-37.3809

#f57bee color RGB value is (245,123,238).

#f57bee hex color red value is 245, green value is 123 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f57bee hue: 0.84 , saturation: 0.86 and the lightness value of f57bee is 0.72.

The process color (four color CMYK) of #f57bee color hex is 0.00, 0.50, 0.03, 0.04. Web safe color of #f57bee is #ff66ff. Color #f57bee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111011 11101110
Octal 365 173 356
Decimal 245 123 238
Hex F5 7B EE

RGB Percentages of Color #f57bee

%40.43
%20.30
%39.27

CMYK Percentages of Color #f57bee

%0
%50
%3
%4

Triadic Colors of #f57bee

#f57bee #eef57b #7beef5

Analogous Colors of #f57bee

#f57bee #f57bb1 #bf7bf5

Monochromatic Colors of #f57bee

#f57bee

Complementary Color

#f57bee #7bf582

#f57bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57bee Color CSS Codes

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

#f57bee Text Font Color

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

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


#f57bee Background Color

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

This div background color is #f57bee


#f57bee Border Color

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

This div border color is #f57bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57bee


Comments

No comments written yet.

Please login to write comment.