Color Hex Logo

#f51ebf Color Hex

#F51EBF
(245,30,191)
0 Favorites   0 Comments

Color spaces of #f51ebf

RGB 24530191
HSL0.880.910.54
HSV315°88°96°
CMYK 0.000.880.22   0.04
XYZ47.524424.102651.4377
Yxy24.10260.38620.1959
Hunter Lab49.094486.8765-27.7539
CIE-Lab56.190485.6874-31.2991

#f51ebf color RGB value is (245,30,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011110 10111111
Octal 365 36 277
Decimal 245 30 191
Hex F5 1E BF

RGB Percentages of Color #f51ebf

%52.58
%6.44
%40.99

CMYK Percentages of Color #f51ebf

%0
%88
%22
%4

Triadic Colors of #f51ebf

#f51ebf #bff51e #1ebff5

Analogous Colors of #f51ebf

#f51ebf #f51e54 #c01ef5

Monochromatic Colors of #f51ebf

#f51ebf

Complementary Color

#f51ebf #1ef554

#f51ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51ebf Color CSS Codes

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

#f51ebf Text Font Color

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

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


#f51ebf Background Color

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

This div background color is #f51ebf


#f51ebf Border Color

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

This div border color is #f51ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51ebf


Comments

No comments written yet.

Please login to write comment.