Color Hex Logo

#ff65db Color Hex

#FF65DB
(255,101,219)
0 Favorites   0 Comments

Color spaces of #ff65db

RGB 255101219
HSL0.871.000.70
HSV314°60°100°
CMYK 0.000.600.14   0.00
XYZ58.679935.681870.8123
Yxy35.68180.35530.2160
Hunter Lab59.734270.8144-28.4717
CIE-Lab66.276171.1108-31.4238

#ff65db color RGB value is (255,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100101 11011011
Octal 377 145 333
Decimal 255 101 219
Hex FF 65 DB

RGB Percentages of Color #ff65db

%44.35
%17.57
%38.09

CMYK Percentages of Color #ff65db

%0
%60
%14
%0

Triadic Colors of #ff65db

#ff65db #dbff65 #65dbff

Analogous Colors of #ff65db

#ff65db #ff658e #d665ff

Monochromatic Colors of #ff65db

#ff65db

Complementary Color

#ff65db #65ff89

#ff65db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff65db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff65db Color CSS Codes

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

#ff65db Text Font Color

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

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


#ff65db Background Color

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

This div background color is #ff65db


#ff65db Border Color

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

This div border color is #ff65db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff65db

Related Colors


Comments

No comments written yet.

Please login to write comment.