Color Hex Logo

#f51eee Color Hex

#F51EEE
(245,30,238)
0 Favorites   0 Comments

Color spaces of #f51eee

RGB 24530238
HSL0.840.910.54
HSV302°88°96°
CMYK 0.000.880.03   0.04
XYZ53.553126.514183.1841
Yxy26.51410.32800.1624
Hunter Lab51.491895.5348-59.7376
CIE-Lab58.521891.7554-54.3480

#f51eee color RGB value is (245,30,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011110 11101110
Octal 365 36 356
Decimal 245 30 238
Hex F5 1E EE

RGB Percentages of Color #f51eee

%47.76
%5.85
%46.39

CMYK Percentages of Color #f51eee

%0
%88
%3
%4

Triadic Colors of #f51eee

#f51eee #eef51e #1eeef5

Analogous Colors of #f51eee

#f51eee #f51e83 #911ef5

Monochromatic Colors of #f51eee

#f51eee

Complementary Color

#f51eee #1ef525

#f51eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51eee Color CSS Codes

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

#f51eee Text Font Color

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

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


#f51eee Background Color

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

This div background color is #f51eee


#f51eee Border Color

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

This div border color is #f51eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,30,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 #f51eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51eee


Comments

No comments written yet.

Please login to write comment.