Color Hex Logo

#651cea Color Hex

#651CEA
(101,28,234)
0 Favorites   0 Comments

Color spaces of #651cea

RGB 10128234
HSL0.730.830.51
HSV261°88°92°
CMYK 0.570.880.00   0.08
XYZ20.63349.537778.5954
Yxy9.53770.18970.0877
Hunter Lab30.883265.2124-129.2705
CIE-Lab36.999672.0555-88.0296

#651cea color RGB value is (101,28,234).

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

The process color (four color CMYK) of #651cea color hex is 0.57, 0.88, 0.00, 0.08. Web safe color of #651cea is #6633ff. Color #651cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011100 11101010
Octal 145 34 352
Decimal 101 28 234
Hex 65 1C EA

RGB Percentages of Color #651cea

%27.82
%7.71
%64.46

CMYK Percentages of Color #651cea

%57
%88
%0
%8

Triadic Colors of #651cea

#651cea #ea651c #1cea65

Analogous Colors of #651cea

#651cea #cc1cea #1c3aea

Monochromatic Colors of #651cea

#651cea

Complementary Color

#651cea #a1ea1c

#651cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#651cea Color CSS Codes

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

#651cea Text Font Color

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

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


#651cea Background Color

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

This div background color is #651cea


#651cea Border Color

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

This div border color is #651cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651cea


Comments

No comments written yet.

Please login to write comment.