Color Hex Logo

#f51edd Color Hex

#F51EDD
(245,30,221)
0 Favorites   0 Comments

Color spaces of #f51edd

RGB 24530221
HSL0.850.910.54
HSV307°88°96°
CMYK 0.000.880.10   0.04
XYZ51.171625.561570.6434
Yxy25.56150.34720.1734
Hunter Lab50.558492.1878-47.4529
CIE-Lab57.618589.4346-46.2128

#f51edd color RGB value is (245,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011110 11011101
Octal 365 36 335
Decimal 245 30 221
Hex F5 1E DD

RGB Percentages of Color #f51edd

%49.40
%6.05
%44.56

CMYK Percentages of Color #f51edd

%0
%88
%10
%4

Triadic Colors of #f51edd

#f51edd #ddf51e #1eddf5

Analogous Colors of #f51edd

#f51edd #f51e72 #a21ef5

Monochromatic Colors of #f51edd

#f51edd

Complementary Color

#f51edd #1ef536

#f51edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51edd Color CSS Codes

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

#f51edd Text Font Color

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

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


#f51edd Background Color

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

This div background color is #f51edd


#f51edd Border Color

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

This div border color is #f51edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51edd


Comments

No comments written yet.

Please login to write comment.