Color Hex Logo

#f65dd0 Color Hex

#F65DD0
(246,93,208)
0 Favorites   0 Comments

Color spaces of #f65dd0

RGB 24693208
HSL0.870.890.66
HSV315°62°96°
CMYK 0.000.620.15   0.04
XYZ53.305631.975663.0369
Yxy31.97560.35940.2156
Hunter Lab56.547069.3109-26.5119
CIE-Lab63.322770.4248-29.9262

#f65dd0 color RGB value is (246,93,208).

#f65dd0 hex color red value is 246, green value is 93 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #f65dd0 hue: 0.87 , saturation: 0.89 and the lightness value of f65dd0 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011101 11010000
Octal 366 135 320
Decimal 246 93 208
Hex F6 5D D0

RGB Percentages of Color #f65dd0

%44.97
%17.00
%38.03

CMYK Percentages of Color #f65dd0

%0
%62
%15
%4

Triadic Colors of #f65dd0

#f65dd0 #d0f65d #5dd0f6

Analogous Colors of #f65dd0

#f65dd0 #f65d84 #d05df6

Monochromatic Colors of #f65dd0

#f65dd0

Complementary Color

#f65dd0 #5df683

#f65dd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65dd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65dd0 Color CSS Codes

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

#f65dd0 Text Font Color

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

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


#f65dd0 Background Color

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

This div background color is #f65dd0


#f65dd0 Border Color

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

This div border color is #f65dd0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,93,208, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f65dd0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f65dd0;
  -webkit-box-shadow: 1px 1px 3px 2px #f65dd0;
  box-shadow:         1px 1px 3px 2px #f65dd0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,93,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65dd0


Comments

No comments written yet.

Please login to write comment.