Color Hex Logo

#65427b Color Hex

#65427B
(101,66,123)
0 Favorites   0 Comments

Color spaces of #65427b

RGB 10166123
HSL0.770.300.37
HSV277°46°48°
CMYK 0.180.460.00   0.52
XYZ10.89028.093219.7271
Yxy8.09320.28130.2091
Hunter Lab28.448618.5454-21.1995
CIE-Lab34.176226.5718-26.6592

#65427b color RGB value is (101,66,123).

#65427b hex color red value is 101, green value is 66 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #65427b hue: 0.77 , saturation: 0.30 and the lightness value of 65427b is 0.37.

The process color (four color CMYK) of #65427b color hex is 0.18, 0.46, 0.00, 0.52. Web safe color of #65427b is #663366. Color #65427b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01000010 01111011
Octal 145 102 173
Decimal 101 66 123
Hex 65 42 7B

RGB Percentages of Color #65427b

%34.83
%22.76
%42.41

CMYK Percentages of Color #65427b

%18
%46
%0
%52

Triadic Colors of #65427b

#65427b #7b6542 #427b65

Analogous Colors of #65427b

#65427b #7b4275 #49427b

Monochromatic Colors of #65427b

#65427b

Complementary Color

#65427b #587b42

#65427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#65427b Color CSS Codes

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

#65427b Text Font Color

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

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


#65427b Background Color

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

This div background color is #65427b


#65427b Border Color

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

This div border color is #65427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65427b


Comments

No comments written yet.

Please login to write comment.