Color Hex Logo

#f51ded Color Hex

#F51DED
(245,29,237)
0 Favorites   0 Comments

Color spaces of #f51ded

RGB 24529237
HSL0.840.920.54
HSV302°88°96°
CMYK 0.000.880.03   0.04
XYZ53.381626.405682.4040
Yxy26.40560.32910.1628
Hunter Lab51.386495.5046-59.1079
CIE-Lab58.420191.7528-53.9501

#f51ded color RGB value is (245,29,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011101 11101101
Octal 365 35 355
Decimal 245 29 237
Hex F5 1D ED

RGB Percentages of Color #f51ded

%47.95
%5.68
%46.38

CMYK Percentages of Color #f51ded

%0
%88
%3
%4

Triadic Colors of #f51ded

#f51ded #edf51d #1dedf5

Analogous Colors of #f51ded

#f51ded #f51d81 #911df5

Monochromatic Colors of #f51ded

#f51ded

Complementary Color

#f51ded #1df525

#f51ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51ded Color CSS Codes

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

#f51ded Text Font Color

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

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


#f51ded Background Color

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

This div background color is #f51ded


#f51ded Border Color

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

This div border color is #f51ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51ded


Comments

No comments written yet.

Please login to write comment.