Color Hex Logo

#f51cea Color Hex

#F51CEA
(245,28,234)
0 Favorites   0 Comments

Color spaces of #f51cea

RGB 24528234
HSL0.840.920.54
HSV303°89°96°
CMYK 0.000.890.04   0.04
XYZ52.922726.183580.1065
Yxy26.18350.33240.1645
Hunter Lab51.169895.0676-56.9998
CIE-Lab58.210891.4692-52.6010

#f51cea color RGB value is (245,28,234).

#f51cea hex color red value is 245, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f51cea hue: 0.84 , saturation: 0.92 and the lightness value of f51cea is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011100 11101010
Octal 365 34 352
Decimal 245 28 234
Hex F5 1C EA

RGB Percentages of Color #f51cea

%48.32
%5.52
%46.15

CMYK Percentages of Color #f51cea

%0
%89
%4
%4

Triadic Colors of #f51cea

#f51cea #eaf51c #1ceaf5

Analogous Colors of #f51cea

#f51cea #f51c7e #941cf5

Monochromatic Colors of #f51cea

#f51cea

Complementary Color

#f51cea #1cf527

#f51cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51cea Color CSS Codes

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

#f51cea Text Font Color

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

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


#f51cea Background Color

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

This div background color is #f51cea


#f51cea Border Color

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

This div border color is #f51cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51cea


Comments

No comments written yet.

Please login to write comment.