Color Hex Logo

#f51ec8 Color Hex

#F51EC8
(245,30,200)
0 Favorites   0 Comments

Color spaces of #f51ec8

RGB 24530200
HSL0.870.910.54
HSV313°88°96°
CMYK 0.000.880.18   0.04
XYZ48.545824.511256.8161
Yxy24.51120.37380.1887
Hunter Lab49.508888.3876-33.3848
CIE-Lab56.596086.7618-35.8497

#f51ec8 color RGB value is (245,30,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011110 11001000
Octal 365 36 310
Decimal 245 30 200
Hex F5 1E C8

RGB Percentages of Color #f51ec8

%51.58
%6.32
%42.11

CMYK Percentages of Color #f51ec8

%0
%88
%18
%4

Triadic Colors of #f51ec8

#f51ec8 #c8f51e #1ec8f5

Analogous Colors of #f51ec8

#f51ec8 #f51e5c #b71ef5

Monochromatic Colors of #f51ec8

#f51ec8

Complementary Color

#f51ec8 #1ef54b

#f51ec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51ec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51ec8 Color CSS Codes

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

#f51ec8 Text Font Color

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

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


#f51ec8 Background Color

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

This div background color is #f51ec8


#f51ec8 Border Color

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

This div border color is #f51ec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51ec8


Comments

No comments written yet.

Please login to write comment.