Color Hex Logo

#650e58 Color Hex

#650E58
(101,14,88)
0 Favorites   0 Comments

Color spaces of #650e58

RGB 1011488
HSL0.860.760.23
HSV309°86°40°
CMYK 0.000.860.13   0.60
XYZ7.28533.78549.5792
Yxy3.78540.35280.1833
Hunter Lab19.456132.7908-15.5721
CIE-Lab22.948944.5095-21.7982

#650e58 color RGB value is (101,14,88).

#650e58 hex color red value is 101, green value is 14 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #650e58 hue: 0.86 , saturation: 0.76 and the lightness value of 650e58 is 0.23.

The process color (four color CMYK) of #650e58 color hex is 0.00, 0.86, 0.13, 0.60. Web safe color of #650e58 is #660066. Color #650e58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001110 01011000
Octal 145 16 130
Decimal 101 14 88
Hex 65 E 58

RGB Percentages of Color #650e58

%49.75
%6.90
%43.35

CMYK Percentages of Color #650e58

%0
%86
%13
%60

Triadic Colors of #650e58

#650e58 #58650e #0e5865

Analogous Colors of #650e58

#650e58 #650e2d #460e65

Monochromatic Colors of #650e58

#650e58

Complementary Color

#650e58 #0e651b

#650e58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650e58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#650e58 Color CSS Codes

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

#650e58 Text Font Color

<p style="color:#650e58">Text here</p>

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


#650e58 Background Color

<div style="background-color:#650e58">
Div content here</div>

This div background color is #650e58


#650e58 Border Color

<div style="border:3px solid #650e58">
Div here</div>

This div border color is #650e58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,14,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #650e58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #650e58;
  -webkit-box-shadow: 1px 1px 3px 2px #650e58;
  box-shadow:         1px 1px 3px 2px #650e58; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650e58


Comments

No comments written yet.

Please login to write comment.