Color Hex Logo

#f51dcd Color Hex

#F51DCD
(245,29,205)
0 Favorites   0 Comments

Color spaces of #f51dcd

RGB 24529205
HSL0.860.920.54
HSV311°88°96°
CMYK 0.000.880.16   0.04
XYZ49.115024.699059.9363
Yxy24.69900.36720.1847
Hunter Lab49.698189.4341-36.7156
CIE-Lab56.781087.5207-38.4260

#f51dcd color RGB value is (245,29,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011101 11001101
Octal 365 35 315
Decimal 245 29 205
Hex F5 1D CD

RGB Percentages of Color #f51dcd

%51.15
%6.05
%42.80

CMYK Percentages of Color #f51dcd

%0
%88
%16
%4

Triadic Colors of #f51dcd

#f51dcd #cdf51d #1dcdf5

Analogous Colors of #f51dcd

#f51dcd #f51d61 #b11df5

Monochromatic Colors of #f51dcd

#f51dcd

Complementary Color

#f51dcd #1df545

#f51dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51dcd Color CSS Codes

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

#f51dcd Text Font Color

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

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


#f51dcd Background Color

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

This div background color is #f51dcd


#f51dcd Border Color

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

This div border color is #f51dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51dcd


Comments

No comments written yet.

Please login to write comment.