Color Hex Logo

#ff65aa Color Hex

#FF65AA
(255,101,170)
0 Favorites   0 Comments

Color spaces of #ff65aa

RGB 255101170
HSL0.931.000.70
HSV333°60°100°
CMYK 0.000.600.33   0.00
XYZ53.149433.469641.6892
Yxy33.46960.41420.2609
Hunter Lab57.852962.7451-2.2277
CIE-Lab64.539464.7775-6.3673

#ff65aa color RGB value is (255,101,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100101 10101010
Octal 377 145 252
Decimal 255 101 170
Hex FF 65 AA

RGB Percentages of Color #ff65aa

%48.48
%19.20
%32.32

CMYK Percentages of Color #ff65aa

%0
%60
%33
%0

Triadic Colors of #ff65aa

#ff65aa #aaff65 #65aaff

Analogous Colors of #ff65aa

#ff65aa #ff6d65 #ff65f7

Monochromatic Colors of #ff65aa

#ff65aa

Complementary Color

#ff65aa #65ffba

#ff65aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff65aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff65aa Color CSS Codes

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

#ff65aa Text Font Color

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

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


#ff65aa Background Color

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

This div background color is #ff65aa


#ff65aa Border Color

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

This div border color is #ff65aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff65aa


Comments

No comments written yet.

Please login to write comment.