Color Hex Logo

#f65382 Color Hex

#F65382
(246,83,130)
0 Favorites   0 Comments

Color spaces of #f65382

RGB 24683130
HSL0.950.900.65
HSV343°66°96°
CMYK 0.000.660.47   0.04
XYZ45.128627.391024.0276
Yxy27.39100.46740.2837
Hunter Lab52.336462.32819.4155
CIE-Lab59.334565.35109.0278

#f65382 color RGB value is (246,83,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010011 10000010
Octal 366 123 202
Decimal 246 83 130
Hex F6 53 82

RGB Percentages of Color #f65382

%53.59
%18.08
%28.32

CMYK Percentages of Color #f65382

%0
%66
%47
%4

Triadic Colors of #f65382

#f65382 #82f653 #5382f6

Analogous Colors of #f65382

#f65382 #f67653 #f653d4

Monochromatic Colors of #f65382

#f65382

Complementary Color

#f65382 #53f6c7

#f65382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65382 Color CSS Codes

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

#f65382 Text Font Color

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

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


#f65382 Background Color

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

This div background color is #f65382


#f65382 Border Color

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

This div border color is #f65382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65382


Comments

No comments written yet.

Please login to write comment.