Color Hex Logo

#f51ebd Color Hex

#F51EBD
(245,30,189)
0 Favorites   0 Comments

Color spaces of #f51ebd

RGB 24530189
HSL0.880.910.54
HSV316°88°96°
CMYK 0.000.880.23   0.04
XYZ47.305824.015150.2862
Yxy24.01510.38900.1975
Hunter Lab49.005286.5509-26.5362
CIE-Lab56.102985.4550-30.2787

#f51ebd color RGB value is (245,30,189).

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

The process color (four color CMYK) of #f51ebd color hex is 0.00, 0.88, 0.23, 0.04. Web safe color of #f51ebd is #ff33cc. Color #f51ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011110 10111101
Octal 365 36 275
Decimal 245 30 189
Hex F5 1E BD

RGB Percentages of Color #f51ebd

%52.80
%6.47
%40.73

CMYK Percentages of Color #f51ebd

%0
%88
%23
%4

Triadic Colors of #f51ebd

#f51ebd #bdf51e #1ebdf5

Analogous Colors of #f51ebd

#f51ebd #f51e52 #c21ef5

Monochromatic Colors of #f51ebd

#f51ebd

Complementary Color

#f51ebd #1ef556

#f51ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51ebd Color CSS Codes

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

#f51ebd Text Font Color

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

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


#f51ebd Background Color

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

This div background color is #f51ebd


#f51ebd Border Color

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

This div border color is #f51ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51ebd


Comments

No comments written yet.

Please login to write comment.