Color Hex Logo

#6521dd Color Hex

#6521DD
(101,33,221)
0 Favorites   0 Comments

Color spaces of #6521dd

RGB 10133221
HSL0.730.740.50
HSV262°85°87°
CMYK 0.540.850.00   0.13
XYZ18.96189.074969.1588
Yxy9.07490.19510.0934
Hunter Lab30.124659.6381-115.0284
CIE-Lab36.128167.4674-82.0437

#6521dd color RGB value is (101,33,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00100001 11011101
Octal 145 41 335
Decimal 101 33 221
Hex 65 21 DD

RGB Percentages of Color #6521dd

%28.45
%9.30
%62.25

CMYK Percentages of Color #6521dd

%54
%85
%0
%13

Triadic Colors of #6521dd

#6521dd #dd6521 #21dd65

Analogous Colors of #6521dd

#6521dd #c321dd #213bdd

Monochromatic Colors of #6521dd

#6521dd

Complementary Color

#6521dd #99dd21

#6521dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6521dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6521dd Color CSS Codes

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

#6521dd Text Font Color

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

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


#6521dd Background Color

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

This div background color is #6521dd


#6521dd Border Color

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

This div border color is #6521dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,33,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 #6521dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6521dd


Comments

No comments written yet.

Please login to write comment.