Color Hex Logo

#f65adc Color Hex

#F65ADC
(246,90,220)
0 Favorites   0 Comments

Color spaces of #f65adc

RGB 24690220
HSL0.860.900.66
HSV310°63°96°
CMYK 0.000.630.11   0.04
XYZ54.580532.072571.0240
Yxy32.07250.34620.2034
Hunter Lab56.632672.9250-34.7139
CIE-Lab63.402873.3411-36.5503

#f65adc color RGB value is (246,90,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011010 11011100
Octal 366 132 334
Decimal 246 90 220
Hex F6 5A DC

RGB Percentages of Color #f65adc

%44.24
%16.19
%39.57

CMYK Percentages of Color #f65adc

%0
%63
%11
%4

Triadic Colors of #f65adc

#f65adc #dcf65a #5adcf6

Analogous Colors of #f65adc

#f65adc #f65a8e #c25af6

Monochromatic Colors of #f65adc

#f65adc

Complementary Color

#f65adc #5af674

#f65adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65adc Color CSS Codes

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

#f65adc Text Font Color

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

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


#f65adc Background Color

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

This div background color is #f65adc


#f65adc Border Color

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

This div border color is #f65adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65adc


Comments

No comments written yet.

Please login to write comment.