Color Hex Logo

#f65483 Color Hex

#F65483
(246,84,131)
0 Favorites   0 Comments

Color spaces of #f65483

RGB 24684131
HSL0.950.900.65
HSV343°66°96°
CMYK 0.000.660.47   0.04
XYZ45.273127.572224.4085
Yxy27.57220.46550.2835
Hunter Lab52.509262.01039.1960
CIE-Lab59.500365.05258.6783

#f65483 color RGB value is (246,84,131).

#f65483 hex color red value is 246, green value is 84 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #f65483 hue: 0.95 , saturation: 0.90 and the lightness value of f65483 is 0.65.

The process color (four color CMYK) of #f65483 color hex is 0.00, 0.66, 0.47, 0.04. Web safe color of #f65483 is #ff6699. Color #f65483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010100 10000011
Octal 366 124 203
Decimal 246 84 131
Hex F6 54 83

RGB Percentages of Color #f65483

%53.36
%18.22
%28.42

CMYK Percentages of Color #f65483

%0
%66
%47
%4

Triadic Colors of #f65483

#f65483 #83f654 #5483f6

Analogous Colors of #f65483

#f65483 #f67654 #f654d4

Monochromatic Colors of #f65483

#f65483

Complementary Color

#f65483 #54f6c7

#f65483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65483 Color CSS Codes

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

#f65483 Text Font Color

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

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


#f65483 Background Color

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

This div background color is #f65483


#f65483 Border Color

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

This div border color is #f65483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65483


Comments

No comments written yet.

Please login to write comment.