Color Hex Logo

#f65fdc Color Hex

#F65FDC
(246,95,220)
0 Favorites   0 Comments

Color spaces of #f65fdc

RGB 24695220
HSL0.860.890.67
HSV310°61°96°
CMYK 0.000.610.11   0.04
XYZ55.016532.944671.1694
Yxy32.94460.34570.2070
Hunter Lab57.397470.6503-33.3380
CIE-Lab64.116071.3704-35.4388

#f65fdc color RGB value is (246,95,220).

#f65fdc hex color red value is 246, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f65fdc hue: 0.86 , saturation: 0.89 and the lightness value of f65fdc is 0.67.

The process color (four color CMYK) of #f65fdc color hex is 0.00, 0.61, 0.11, 0.04. Web safe color of #f65fdc is #ff66cc. Color #f65fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011111 11011100
Octal 366 137 334
Decimal 246 95 220
Hex F6 5F DC

RGB Percentages of Color #f65fdc

%43.85
%16.93
%39.22

CMYK Percentages of Color #f65fdc

%0
%61
%11
%4

Triadic Colors of #f65fdc

#f65fdc #dcf65f #5fdcf6

Analogous Colors of #f65fdc

#f65fdc #f65f91 #c55ff6

Monochromatic Colors of #f65fdc

#f65fdc

Complementary Color

#f65fdc #5ff679

#f65fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65fdc Color CSS Codes

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

#f65fdc Text Font Color

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

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


#f65fdc Background Color

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

This div background color is #f65fdc


#f65fdc Border Color

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

This div border color is #f65fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65fdc


Comments

No comments written yet.

Please login to write comment.