Color Hex Logo

#65057f Color Hex

#65057F
(101,5,127)
0 Favorites   0 Comments

Color spaces of #65057f

RGB 1015127
HSL0.800.920.26
HSV287°96°50°
CMYK 0.200.960.00   0.50
XYZ9.25194.407520.4418
Yxy4.40750.27130.1292
Hunter Lab20.994041.9239-43.0345
CIE-Lab24.975353.3857-43.8734

#65057f color RGB value is (101,5,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000101 01111111
Octal 145 5 177
Decimal 101 5 127
Hex 65 5 7F

RGB Percentages of Color #65057f

%43.35
%2.15
%54.51

CMYK Percentages of Color #65057f

%20
%96
%0
%50

Triadic Colors of #65057f

#65057f #7f6505 #057f65

Analogous Colors of #65057f

#65057f #7f055c #28057f

Monochromatic Colors of #65057f

#65057f

Complementary Color

#65057f #1f7f05

#65057f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65057f Color Preview on White Background

Lorem ipsum dolor sit amet.

#65057f Color CSS Codes

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

#65057f Text Font Color

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

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


#65057f Background Color

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

This div background color is #65057f


#65057f Border Color

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

This div border color is #65057f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,5,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 #65057f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65057f


Comments

No comments written yet.

Please login to write comment.