Color Hex Logo

#ff51dc Color Hex

#FF51DC
(255,81,220)
0 Favorites   0 Comments

Color spaces of #ff51dc

RGB 25581220
HSL0.871.000.66
HSV312°68°100°
CMYK 0.000.680.14   0.00
XYZ57.100732.312270.9375
Yxy32.31220.35610.2015
Hunter Lab56.843879.8300-34.1995
CIE-Lab63.600178.7912-36.1397

#ff51dc color RGB value is (255,81,220).

#ff51dc hex color red value is 255, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ff51dc hue: 0.87 , saturation: 1.00 and the lightness value of ff51dc is 0.66.

The process color (four color CMYK) of #ff51dc color hex is 0.00, 0.68, 0.14, 0.00. Web safe color of #ff51dc is #ff66cc. Color #ff51dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010001 11011100
Octal 377 121 334
Decimal 255 81 220
Hex FF 51 DC

RGB Percentages of Color #ff51dc

%45.86
%14.57
%39.57

CMYK Percentages of Color #ff51dc

%0
%68
%14
%0

Triadic Colors of #ff51dc

#ff51dc #dcff51 #51dcff

Analogous Colors of #ff51dc

#ff51dc #ff5185 #cb51ff

Monochromatic Colors of #ff51dc

#ff51dc

Complementary Color

#ff51dc #51ff74

#ff51dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff51dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff51dc Color CSS Codes

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

#ff51dc Text Font Color

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

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


#ff51dc Background Color

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

This div background color is #ff51dc


#ff51dc Border Color

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

This div border color is #ff51dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,81,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff51dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff51dc;
  -webkit-box-shadow: 1px 1px 3px 2px #ff51dc;
  box-shadow:         1px 1px 3px 2px #ff51dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,81,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff51dc

Related Colors


Comments

No comments written yet.

Please login to write comment.