Color Hex Logo

#65365d Color Hex

#65365D
(101,54,93)
0 Favorites   0 Comments

Color spaces of #65365d

RGB 1015493
HSL0.860.300.30
HSV310°47°40°
CMYK 0.000.470.08   0.60
XYZ8.66186.195311.0952
Yxy6.19530.33380.2387
Hunter Lab24.890418.5595-9.0060
CIE-Lab29.899927.1610-14.2783

#65365d color RGB value is (101,54,93).

#65365d hex color red value is 101, green value is 54 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #65365d hue: 0.86 , saturation: 0.30 and the lightness value of 65365d is 0.30.

The process color (four color CMYK) of #65365d color hex is 0.00, 0.47, 0.08, 0.60. Web safe color of #65365d is #663366. Color #65365d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110110 01011101
Octal 145 66 135
Decimal 101 54 93
Hex 65 36 5D

RGB Percentages of Color #65365d

%40.73
%21.77
%37.50

CMYK Percentages of Color #65365d

%0
%47
%8
%60

Triadic Colors of #65365d

#65365d #5d6536 #365d65

Analogous Colors of #65365d

#65365d #653646 #563665

Monochromatic Colors of #65365d

#65365d

Complementary Color

#65365d #36653e

#65365d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65365d Color Preview on White Background

Lorem ipsum dolor sit amet.

#65365d Color CSS Codes

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

#65365d Text Font Color

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

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


#65365d Background Color

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

This div background color is #65365d


#65365d Border Color

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

This div border color is #65365d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,54,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65365d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65365d;
  -webkit-box-shadow: 1px 1px 3px 2px #65365d;
  box-shadow:         1px 1px 3px 2px #65365d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65365d


Comments

No comments written yet.

Please login to write comment.