Color Hex Logo

#651daf Color Hex

#651DAF
(101,29,175)
0 Favorites   0 Comments

Color spaces of #651daf

RGB 10129175
HSL0.750.720.40
HSV270°83°69°
CMYK 0.420.830.00   0.31
XYZ13.54416.740641.1447
Yxy6.74060.22050.1097
Hunter Lab25.962747.6845-75.7868
CIE-Lab31.208957.6736-63.1985

#651daf color RGB value is (101,29,175).

#651daf hex color red value is 101, green value is 29 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #651daf hue: 0.75 , saturation: 0.72 and the lightness value of 651daf is 0.40.

The process color (four color CMYK) of #651daf color hex is 0.42, 0.83, 0.00, 0.31. Web safe color of #651daf is #663399. Color #651daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011101 10101111
Octal 145 35 257
Decimal 101 29 175
Hex 65 1D AF

RGB Percentages of Color #651daf

%33.11
%9.51
%57.38

CMYK Percentages of Color #651daf

%42
%83
%0
%31

Triadic Colors of #651daf

#651daf #af651d #1daf65

Analogous Colors of #651daf

#651daf #ae1daf #1d1eaf

Monochromatic Colors of #651daf

#651daf

Complementary Color

#651daf #67af1d

#651daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#651daf Color CSS Codes

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

#651daf Text Font Color

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

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


#651daf Background Color

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

This div background color is #651daf


#651daf Border Color

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

This div border color is #651daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651daf


Comments

No comments written yet.

Please login to write comment.