Color Hex Logo

#6520dd Color Hex

#6520DD
(101,32,221)
0 Favorites   0 Comments

Color spaces of #6520dd

RGB 10132221
HSL0.730.750.50
HSV262°86°87°
CMYK 0.540.860.00   0.13
XYZ18.93459.020269.1497
Yxy9.02020.19500.0929
Hunter Lab30.033659.9752-115.4862
CIE-Lab36.023267.7795-82.2171

#6520dd color RGB value is (101,32,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00100000 11011101
Octal 145 40 335
Decimal 101 32 221
Hex 65 20 DD

RGB Percentages of Color #6520dd

%28.53
%9.04
%62.43

CMYK Percentages of Color #6520dd

%54
%86
%0
%13

Triadic Colors of #6520dd

#6520dd #dd6520 #20dd65

Analogous Colors of #6520dd

#6520dd #c420dd #203add

Monochromatic Colors of #6520dd

#6520dd

Complementary Color

#6520dd #98dd20

#6520dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6520dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6520dd Color CSS Codes

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

#6520dd Text Font Color

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

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


#6520dd Background Color

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

This div background color is #6520dd


#6520dd Border Color

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

This div border color is #6520dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6520dd


Comments

No comments written yet.

Please login to write comment.