Color Hex Logo

#65849c Color Hex

#65849C
(101,132,156)
0 Favorites   0 Comments

Color spaces of #65849c

RGB 101132156
HSL0.570.220.50
HSV206°35°61°
CMYK 0.350.150.00   0.39
XYZ19.618821.669534.6011
Yxy21.66950.25850.2855
Hunter Lab46.5505-6.2342-11.4850
CIE-Lab53.6746-4.8279-16.3528

#65849c color RGB value is (101,132,156).

#65849c hex color red value is 101, green value is 132 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #65849c hue: 0.57 , saturation: 0.22 and the lightness value of 65849c is 0.50.

The process color (four color CMYK) of #65849c color hex is 0.35, 0.15, 0.00, 0.39. Web safe color of #65849c is #669999. Color #65849c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000100 10011100
Octal 145 204 234
Decimal 101 132 156
Hex 65 84 9C

RGB Percentages of Color #65849c

%25.96
%33.93
%40.10

CMYK Percentages of Color #65849c

%35
%15
%0
%39

Triadic Colors of #65849c

#65849c #9c6584 #849c65

Analogous Colors of #65849c

#65849c #65699c #659c99

Monochromatic Colors of #65849c

#65849c

Complementary Color

#65849c #9c7d65

#65849c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65849c Color Preview on White Background

Lorem ipsum dolor sit amet.

#65849c Color CSS Codes

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

#65849c Text Font Color

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

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


#65849c Background Color

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

This div background color is #65849c


#65849c Border Color

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

This div border color is #65849c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,132,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65849c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65849c;
  -webkit-box-shadow: 1px 1px 3px 2px #65849c;
  box-shadow:         1px 1px 3px 2px #65849c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65849c


Comments

No comments written yet.

Please login to write comment.