Color Hex Logo

#651cdd Color Hex

#651CDD
(101,28,221)
0 Favorites   0 Comments

Color spaces of #651cdd

RGB 10128221
HSL0.730.780.49
HSV263°87°87°
CMYK 0.540.870.00   0.13
XYZ18.83328.817769.1160
Yxy8.81770.19460.0911
Hunter Lab29.694661.2444-117.2148
CIE-Lab35.630968.9485-82.8655

#651cdd color RGB value is (101,28,221).

#651cdd hex color red value is 101, green value is 28 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #651cdd hue: 0.73 , saturation: 0.78 and the lightness value of 651cdd is 0.49.

The process color (four color CMYK) of #651cdd color hex is 0.54, 0.87, 0.00, 0.13. Web safe color of #651cdd is #6633cc. Color #651cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011100 11011101
Octal 145 34 335
Decimal 101 28 221
Hex 65 1C DD

RGB Percentages of Color #651cdd

%28.86
%8.00
%63.14

CMYK Percentages of Color #651cdd

%54
%87
%0
%13

Triadic Colors of #651cdd

#651cdd #dd651c #1cdd65

Analogous Colors of #651cdd

#651cdd #c61cdd #1c34dd

Monochromatic Colors of #651cdd

#651cdd

Complementary Color

#651cdd #94dd1c

#651cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#651cdd Color CSS Codes

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

#651cdd Text Font Color

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

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


#651cdd Background Color

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

This div background color is #651cdd


#651cdd Border Color

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

This div border color is #651cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651cdd


Comments

No comments written yet.

Please login to write comment.