Color Hex Logo

#650052 Color Hex

#650052
(101,0,82)
0 Favorites   0 Comments

Color spaces of #650052

RGB 101082
HSL0.861.000.20
HSV311°100°40°
CMYK 0.001.000.19   0.60
XYZ6.88983.37598.2711
Yxy3.37590.37170.1821
Hunter Lab18.373634.7807-13.8285
CIE-Lab21.490546.8806-20.0640

#650052 color RGB value is (101,0,82).

#650052 hex color red value is 101, green value is 0 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #650052 hue: 0.86 , saturation: 1.00 and the lightness value of 650052 is 0.20.

The process color (four color CMYK) of #650052 color hex is 0.00, 1.00, 0.19, 0.60. Web safe color of #650052 is #660066. Color #650052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000000 01010010
Octal 145 0 122
Decimal 101 0 82
Hex 65 0 52

RGB Percentages of Color #650052

%55.19
%0.00
%44.81

CMYK Percentages of Color #650052

%0
%100
%19
%60

Triadic Colors of #650052

#650052 #526500 #005265

Analogous Colors of #650052

#650052 #650020 #460065

Monochromatic Colors of #650052

#650052

Complementary Color

#650052 #006513

#650052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#650052 Color CSS Codes

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

#650052 Text Font Color

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

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


#650052 Background Color

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

This div background color is #650052


#650052 Border Color

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

This div border color is #650052


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,0,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #650052; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #650052;
  -webkit-box-shadow: 1px 1px 3px 2px #650052;
  box-shadow:         1px 1px 3px 2px #650052; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650052


Comments

No comments written yet.

Please login to write comment.