Color Hex Logo

#65193b Color Hex

#65193B
(101,25,59)
0 Favorites   0 Comments

Color spaces of #65193b

RGB 1012559
HSL0.930.600.25
HSV333°75°40°
CMYK 0.000.750.42   0.60
XYZ6.50393.77774.5241
Yxy3.77770.43930.2552
Hunter Lab19.436325.7173-0.1952
CIE-Lab22.922536.7410-2.1637

#65193b color RGB value is (101,25,59).

#65193b hex color red value is 101, green value is 25 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #65193b hue: 0.93 , saturation: 0.60 and the lightness value of 65193b is 0.25.

The process color (four color CMYK) of #65193b color hex is 0.00, 0.75, 0.42, 0.60. Web safe color of #65193b is #660033. Color #65193b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011001 00111011
Octal 145 31 73
Decimal 101 25 59
Hex 65 19 3B

RGB Percentages of Color #65193b

%54.59
%13.51
%31.89

CMYK Percentages of Color #65193b

%0
%75
%42
%60

Triadic Colors of #65193b

#65193b #3b6519 #193b65

Analogous Colors of #65193b

#65193b #651d19 #651961

Monochromatic Colors of #65193b

#65193b

Complementary Color

#65193b #196543

#65193b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65193b Color Preview on White Background

Lorem ipsum dolor sit amet.

#65193b Color CSS Codes

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

#65193b Text Font Color

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

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


#65193b Background Color

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

This div background color is #65193b


#65193b Border Color

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

This div border color is #65193b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65193b


Comments

No comments written yet.

Please login to write comment.