Color Hex Logo

#651dee Color Hex

#651DEE
(101,29,238)
0 Favorites   0 Comments

Color spaces of #651dee

RGB 10129238
HSL0.720.860.52
HSV261°88°93°
CMYK 0.580.880.00   0.07
XYZ21.23889.818581.6647
Yxy9.81850.18840.0871
Hunter Lab31.334566.1536-132.5889
CIE-Lab37.514772.7460-89.4472

#651dee color RGB value is (101,29,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011101 11101110
Octal 145 35 356
Decimal 101 29 238
Hex 65 1D EE

RGB Percentages of Color #651dee

%27.45
%7.88
%64.67

CMYK Percentages of Color #651dee

%58
%88
%0
%7

Triadic Colors of #651dee

#651dee #ee651d #1dee65

Analogous Colors of #651dee

#651dee #ce1dee #1d3eee

Monochromatic Colors of #651dee

#651dee

Complementary Color

#651dee #a6ee1d

#651dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#651dee Color CSS Codes

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

#651dee Text Font Color

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

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


#651dee Background Color

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

This div background color is #651dee


#651dee Border Color

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

This div border color is #651dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651dee


Comments

No comments written yet.

Please login to write comment.