Color Hex Logo

#651cce Color Hex

#651CCE
(101,28,206)
0 Favorites   0 Comments

Color spaces of #651cce

RGB 10128206
HSL0.740.760.46
HSV265°86°81°
CMYK 0.510.860.00   0.19
XYZ16.92278.053459.0551
Yxy8.05340.20140.0958
Hunter Lab28.378556.7809-103.5163
CIE-Lab34.093965.3636-76.7345

#651cce color RGB value is (101,28,206).

#651cce hex color red value is 101, green value is 28 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #651cce hue: 0.74 , saturation: 0.76 and the lightness value of 651cce is 0.46.

The process color (four color CMYK) of #651cce color hex is 0.51, 0.86, 0.00, 0.19. Web safe color of #651cce is #6633cc. Color #651cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011100 11001110
Octal 145 34 316
Decimal 101 28 206
Hex 65 1C CE

RGB Percentages of Color #651cce

%30.15
%8.36
%61.49

CMYK Percentages of Color #651cce

%51
%86
%0
%19

Triadic Colors of #651cce

#651cce #ce651c #1cce65

Analogous Colors of #651cce

#651cce #be1cce #1c2cce

Monochromatic Colors of #651cce

#651cce

Complementary Color

#651cce #85ce1c

#651cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#651cce Color CSS Codes

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

#651cce Text Font Color

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

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


#651cce Background Color

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

This div background color is #651cce


#651cce Border Color

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

This div border color is #651cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651cce


Comments

No comments written yet.

Please login to write comment.