Color Hex Logo

#65257e Color Hex

#65257E
(101,37,126)
0 Favorites   0 Comments

Color spaces of #65257e

RGB 10137126
HSL0.790.550.32
HSV283°71°49°
CMYK 0.200.710.00   0.51
XYZ9.79435.596220.3026
Yxy5.59620.27440.1568
Hunter Lab23.656332.5050-34.3252
CIE-Lab28.370043.1631-37.7600

#65257e color RGB value is (101,37,126).

#65257e hex color red value is 101, green value is 37 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #65257e hue: 0.79 , saturation: 0.55 and the lightness value of 65257e is 0.32.

The process color (four color CMYK) of #65257e color hex is 0.20, 0.71, 0.00, 0.51. Web safe color of #65257e is #663366. Color #65257e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00100101 01111110
Octal 145 45 176
Decimal 101 37 126
Hex 65 25 7E

RGB Percentages of Color #65257e

%38.26
%14.02
%47.73

CMYK Percentages of Color #65257e

%20
%71
%0
%51

Triadic Colors of #65257e

#65257e #7e6525 #257e65

Analogous Colors of #65257e

#65257e #7e256b #39257e

Monochromatic Colors of #65257e

#65257e

Complementary Color

#65257e #3e7e25

#65257e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65257e Color Preview on White Background

Lorem ipsum dolor sit amet.

#65257e Color CSS Codes

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

#65257e Text Font Color

<p style="color:#65257e">Text here</p>

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


#65257e Background Color

<div style="background-color:#65257e">
Div content here</div>

This div background color is #65257e


#65257e Border Color

<div style="border:3px solid #65257e">
Div here</div>

This div border color is #65257e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,37,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65257e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65257e;
  -webkit-box-shadow: 1px 1px 3px 2px #65257e;
  box-shadow:         1px 1px 3px 2px #65257e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65257e


Comments

No comments written yet.

Please login to write comment.