Color Hex Logo

#65076f Color Hex

#65076F
(101,7,111)
0 Favorites   0 Comments

Color spaces of #65076f

RGB 1017111
HSL0.820.880.23
HSV294°94°44°
CMYK 0.090.940.00   0.56
XYZ8.31214.066415.3857
Yxy4.06640.29940.1465
Hunter Lab20.165338.2880-31.1213
CIE-Lab23.889849.9973-35.3961

#65076f color RGB value is (101,7,111).

#65076f hex color red value is 101, green value is 7 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #65076f hue: 0.82 , saturation: 0.88 and the lightness value of 65076f is 0.23.

The process color (four color CMYK) of #65076f color hex is 0.09, 0.94, 0.00, 0.56. Web safe color of #65076f is #660066. Color #65076f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000111 01101111
Octal 145 7 157
Decimal 101 7 111
Hex 65 7 6F

RGB Percentages of Color #65076f

%46.12
%3.20
%50.68

CMYK Percentages of Color #65076f

%9
%94
%0
%56

Triadic Colors of #65076f

#65076f #6f6507 #076f65

Analogous Colors of #65076f

#65076f #6f0745 #31076f

Monochromatic Colors of #65076f

#65076f

Complementary Color

#65076f #116f07

#65076f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65076f Color Preview on White Background

Lorem ipsum dolor sit amet.

#65076f Color CSS Codes

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

#65076f Text Font Color

<p style="color:#65076f">Text here</p>

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


#65076f Background Color

<div style="background-color:#65076f">
Div content here</div>

This div background color is #65076f


#65076f Border Color

<div style="border:3px solid #65076f">
Div here</div>

This div border color is #65076f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,7,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65076f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65076f;
  -webkit-box-shadow: 1px 1px 3px 2px #65076f;
  box-shadow:         1px 1px 3px 2px #65076f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65076f


Comments

No comments written yet.

Please login to write comment.