Color Hex Logo

#ff60dc Color Hex

#FF60DC
(255,96,220)
0 Favorites   0 Comments

Color spaces of #ff60dc

RGB 25596220
HSL0.871.000.69
HSV313°62°100°
CMYK 0.000.620.14   0.00
XYZ58.341134.793071.3510
Yxy34.79300.35470.2115
Hunter Lab58.985673.3249-30.4293
CIE-Lab65.587273.2592-33.0498

#ff60dc color RGB value is (255,96,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100000 11011100
Octal 377 140 334
Decimal 255 96 220
Hex FF 60 DC

RGB Percentages of Color #ff60dc

%44.66
%16.81
%38.53

CMYK Percentages of Color #ff60dc

%0
%62
%14
%0

Triadic Colors of #ff60dc

#ff60dc #dcff60 #60dcff

Analogous Colors of #ff60dc

#ff60dc #ff608d #d360ff

Monochromatic Colors of #ff60dc

#ff60dc

Complementary Color

#ff60dc #60ff83

#ff60dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff60dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff60dc Color CSS Codes

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

#ff60dc Text Font Color

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

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


#ff60dc Background Color

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

This div background color is #ff60dc


#ff60dc Border Color

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

This div border color is #ff60dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff60dc

Related Colors


Comments

No comments written yet.

Please login to write comment.