Color Hex Logo

#65087f Color Hex

#65087F
(101,8,127)
0 Favorites   0 Comments

Color spaces of #65087f

RGB 1018127
HSL0.800.880.26
HSV287°94°50°
CMYK 0.200.940.00   0.50
XYZ9.28444.472720.4526
Yxy4.47270.27140.1307
Hunter Lab21.148841.3520-42.5342
CIE-Lab25.176452.7881-43.5469

#65087f color RGB value is (101,8,127).

#65087f hex color red value is 101, green value is 8 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #65087f hue: 0.80 , saturation: 0.88 and the lightness value of 65087f is 0.26.

The process color (four color CMYK) of #65087f color hex is 0.20, 0.94, 0.00, 0.50. Web safe color of #65087f is #660066. Color #65087f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001000 01111111
Octal 145 10 177
Decimal 101 8 127
Hex 65 8 7F

RGB Percentages of Color #65087f

%42.80
%3.39
%53.81

CMYK Percentages of Color #65087f

%20
%94
%0
%50

Triadic Colors of #65087f

#65087f #7f6508 #087f65

Analogous Colors of #65087f

#65087f #7f085e #29087f

Monochromatic Colors of #65087f

#65087f

Complementary Color

#65087f #227f08

#65087f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65087f Color Preview on White Background

Lorem ipsum dolor sit amet.

#65087f Color CSS Codes

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

#65087f Text Font Color

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

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


#65087f Background Color

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

This div background color is #65087f


#65087f Border Color

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

This div border color is #65087f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65087f


Comments

No comments written yet.

Please login to write comment.