Color Hex Logo

#ff65ad Color Hex

#FF65AD
(255,101,173)
0 Favorites   0 Comments

Color spaces of #ff65ad

RGB 255101173
HSL0.921.000.70
HSV332°60°100°
CMYK 0.000.600.32   0.00
XYZ53.436533.584543.2012
Yxy33.58450.41030.2579
Hunter Lab57.952163.1750-3.6320
CIE-Lab64.631465.1211-7.9435

#ff65ad color RGB value is (255,101,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100101 10101101
Octal 377 145 255
Decimal 255 101 173
Hex FF 65 AD

RGB Percentages of Color #ff65ad

%48.20
%19.09
%32.70

CMYK Percentages of Color #ff65ad

%0
%60
%32
%0

Triadic Colors of #ff65ad

#ff65ad #adff65 #65adff

Analogous Colors of #ff65ad

#ff65ad #ff6a65 #ff65fa

Monochromatic Colors of #ff65ad

#ff65ad

Complementary Color

#ff65ad #65ffb7

#ff65ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff65ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff65ad Color CSS Codes

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

#ff65ad Text Font Color

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

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


#ff65ad Background Color

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

This div background color is #ff65ad


#ff65ad Border Color

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

This div border color is #ff65ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff65ad

Related Colors


Comments

No comments written yet.

Please login to write comment.