Color Hex Logo

#f65ada Color Hex

#F65ADA
(246,90,218)
0 Favorites   0 Comments

Color spaces of #f65ada

RGB 24690218
HSL0.860.900.66
HSV311°63°96°
CMYK 0.000.630.11   0.04
XYZ54.317131.967169.6371
Yxy31.96710.34840.2050
Hunter Lab56.539572.5398-33.4472
CIE-Lab63.315773.0469-35.5640

#f65ada color RGB value is (246,90,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011010 11011010
Octal 366 132 332
Decimal 246 90 218
Hex F6 5A DA

RGB Percentages of Color #f65ada

%44.40
%16.25
%39.35

CMYK Percentages of Color #f65ada

%0
%63
%11
%4

Triadic Colors of #f65ada

#f65ada #daf65a #5adaf6

Analogous Colors of #f65ada

#f65ada #f65a8c #c45af6

Monochromatic Colors of #f65ada

#f65ada

Complementary Color

#f65ada #5af676

#f65ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65ada Color CSS Codes

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

#f65ada Text Font Color

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

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


#f65ada Background Color

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

This div background color is #f65ada


#f65ada Border Color

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

This div border color is #f65ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65ada


Comments

No comments written yet.

Please login to write comment.