Color Hex Logo

#65475f Color Hex

#65475F
(101,71,95)
0 Favorites   0 Comments

Color spaces of #65475f

RGB 1017195
HSL0.870.170.34
HSV312°30°40°
CMYK 0.000.300.06   0.60
XYZ9.68568.099411.8793
Yxy8.09940.32650.2730
Hunter Lab28.459410.9449-4.8267
CIE-Lab34.189017.2105-9.0339

#65475f color RGB value is (101,71,95).

#65475f hex color red value is 101, green value is 71 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #65475f hue: 0.87 , saturation: 0.17 and the lightness value of 65475f is 0.34.

The process color (four color CMYK) of #65475f color hex is 0.00, 0.30, 0.06, 0.60. Web safe color of #65475f is #663366. Color #65475f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01000111 01011111
Octal 145 107 137
Decimal 101 71 95
Hex 65 47 5F

RGB Percentages of Color #65475f

%37.83
%26.59
%35.58

CMYK Percentages of Color #65475f

%0
%30
%6
%60

Triadic Colors of #65475f

#65475f #5f6547 #475f65

Analogous Colors of #65475f

#65475f #654750 #5c4765

Monochromatic Colors of #65475f

#65475f

Complementary Color

#65475f #47654d

#65475f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65475f Color Preview on White Background

Lorem ipsum dolor sit amet.

#65475f Color CSS Codes

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

#65475f Text Font Color

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

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


#65475f Background Color

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

This div background color is #65475f


#65475f Border Color

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

This div border color is #65475f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,71,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65475f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65475f;
  -webkit-box-shadow: 1px 1px 3px 2px #65475f;
  box-shadow:         1px 1px 3px 2px #65475f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65475f


Comments

No comments written yet.

Please login to write comment.