Color Hex Logo

#ff68ad Color Hex

#FF68AD
(255,104,173)
0 Favorites   0 Comments

Color spaces of #ff68ad

RGB 255104173
HSL0.921.000.70
HSV333°59°100°
CMYK 0.000.590.32   0.00
XYZ53.733134.177843.3001
Yxy34.17780.40950.2605
Hunter Lab58.461861.7539-2.9903
CIE-Lab65.103563.8485-7.2417

#ff68ad color RGB value is (255,104,173).

#ff68ad hex color red value is 255, green value is 104 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ff68ad hue: 0.92 , saturation: 1.00 and the lightness value of ff68ad is 0.70.

The process color (four color CMYK) of #ff68ad color hex is 0.00, 0.59, 0.32, 0.00. Web safe color of #ff68ad is #ff6699. Color #ff68ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101000 10101101
Octal 377 150 255
Decimal 255 104 173
Hex FF 68 AD

RGB Percentages of Color #ff68ad

%47.93
%19.55
%32.52

CMYK Percentages of Color #ff68ad

%0
%59
%32
%0

Triadic Colors of #ff68ad

#ff68ad #adff68 #68adff

Analogous Colors of #ff68ad

#ff68ad #ff6f68 #ff68f9

Monochromatic Colors of #ff68ad

#ff68ad

Complementary Color

#ff68ad #68ffba

#ff68ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff68ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff68ad Color CSS Codes

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

#ff68ad Text Font Color

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

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


#ff68ad Background Color

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

This div background color is #ff68ad


#ff68ad Border Color

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

This div border color is #ff68ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff68ad

#ff68ad Color Palettes


Comments

No comments written yet.

Please login to write comment.