Color Hex Logo

#65375b Color Hex

#65375B
(101,55,91)
0 Favorites   0 Comments

Color spaces of #65375b

RGB 1015591
HSL0.870.290.31
HSV313°46°40°
CMYK 0.000.460.10   0.60
XYZ8.62136.254410.6504
Yxy6.25440.33770.2450
Hunter Lab25.008817.7690-7.7434
CIE-Lab30.045426.1826-12.7620

#65375b color RGB value is (101,55,91).

#65375b hex color red value is 101, green value is 55 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #65375b hue: 0.87 , saturation: 0.29 and the lightness value of 65375b is 0.31.

The process color (four color CMYK) of #65375b color hex is 0.00, 0.46, 0.10, 0.60. Web safe color of #65375b is #663366. Color #65375b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110111 01011011
Octal 145 67 133
Decimal 101 55 91
Hex 65 37 5B

RGB Percentages of Color #65375b

%40.89
%22.27
%36.84

CMYK Percentages of Color #65375b

%0
%46
%10
%60

Triadic Colors of #65375b

#65375b #5b6537 #375b65

Analogous Colors of #65375b

#65375b #653744 #583765

Monochromatic Colors of #65375b

#65375b

Complementary Color

#65375b #376541

#65375b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65375b Color Preview on White Background

Lorem ipsum dolor sit amet.

#65375b Color CSS Codes

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

#65375b Text Font Color

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

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


#65375b Background Color

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

This div background color is #65375b


#65375b Border Color

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

This div border color is #65375b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,55,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65375b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65375b;
  -webkit-box-shadow: 1px 1px 3px 2px #65375b;
  box-shadow:         1px 1px 3px 2px #65375b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65375b


Comments

No comments written yet.

Please login to write comment.