Color Hex Logo

#651f6b Color Hex

#651F6B
(101,31,107)
0 Favorites   0 Comments

Color spaces of #651f6b

RGB 10131107
HSL0.820.550.27
HSV295°71°42°
CMYK 0.060.710.00   0.58
XYZ8.51074.808214.3894
Yxy4.80820.30720.1735
Hunter Lab21.927630.9074-23.5581
CIE-Lab26.181241.8740-29.1464

#651f6b color RGB value is (101,31,107).

#651f6b hex color red value is 101, green value is 31 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #651f6b hue: 0.82 , saturation: 0.55 and the lightness value of 651f6b is 0.27.

The process color (four color CMYK) of #651f6b color hex is 0.06, 0.71, 0.00, 0.58. Web safe color of #651f6b is #663366. Color #651f6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011111 01101011
Octal 145 37 153
Decimal 101 31 107
Hex 65 1F 6B

RGB Percentages of Color #651f6b

%42.26
%12.97
%44.77

CMYK Percentages of Color #651f6b

%6
%71
%0
%58

Triadic Colors of #651f6b

#651f6b #6b651f #1f6b65

Analogous Colors of #651f6b

#651f6b #6b1f4b #3f1f6b

Monochromatic Colors of #651f6b

#651f6b

Complementary Color

#651f6b #256b1f

#651f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#651f6b Color CSS Codes

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

#651f6b Text Font Color

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

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


#651f6b Background Color

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

This div background color is #651f6b


#651f6b Border Color

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

This div border color is #651f6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,31,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #651f6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #651f6b;
  -webkit-box-shadow: 1px 1px 3px 2px #651f6b;
  box-shadow:         1px 1px 3px 2px #651f6b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651f6b


Comments

No comments written yet.

Please login to write comment.