Color Hex Logo

#6521de Color Hex

#6521DE
(101,33,222)
0 Favorites   0 Comments

Color spaces of #6521de

RGB 10133222
HSL0.730.740.50
HSV262°85°87°
CMYK 0.550.850.00   0.13
XYZ19.09559.128369.8627
Yxy9.12830.19470.0931
Hunter Lab30.213159.9441-115.9491
CIE-Lab36.230267.7126-82.4491

#6521de color RGB value is (101,33,222).

#6521de hex color red value is 101, green value is 33 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6521de hue: 0.73 , saturation: 0.74 and the lightness value of 6521de is 0.50.

The process color (four color CMYK) of #6521de color hex is 0.55, 0.85, 0.00, 0.13. Web safe color of #6521de is #6633cc. Color #6521de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00100001 11011110
Octal 145 41 336
Decimal 101 33 222
Hex 65 21 DE

RGB Percentages of Color #6521de

%28.37
%9.27
%62.36

CMYK Percentages of Color #6521de

%55
%85
%0
%13

Triadic Colors of #6521de

#6521de #de6521 #21de65

Analogous Colors of #6521de

#6521de #c421de #213cde

Monochromatic Colors of #6521de

#6521de

Complementary Color

#6521de #9ade21

#6521de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6521de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6521de Color CSS Codes

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

#6521de Text Font Color

<p style="color:#6521de">Text here</p>

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


#6521de Background Color

<div style="background-color:#6521de">
Div content here</div>

This div background color is #6521de


#6521de Border Color

<div style="border:3px solid #6521de">
Div here</div>

This div border color is #6521de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,33,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6521de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6521de;
  -webkit-box-shadow: 1px 1px 3px 2px #6521de;
  box-shadow:         1px 1px 3px 2px #6521de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6521de


Comments

No comments written yet.

Please login to write comment.