Color Hex Logo

#6531dd Color Hex

#6531DD
(101,49,221)
0 Favorites   0 Comments

Color spaces of #6531dd

RGB 10149221
HSL0.720.720.53
HSV258°78°87°
CMYK 0.540.780.00   0.13
XYZ19.516310.183869.3437
Yxy10.18380.19700.1028
Hunter Lab31.912153.3182-106.4965
CIE-Lab38.170361.4854-78.6758

#6531dd color RGB value is (101,49,221).

#6531dd hex color red value is 101, green value is 49 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6531dd hue: 0.72 , saturation: 0.72 and the lightness value of 6531dd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110001 11011101
Octal 145 61 335
Decimal 101 49 221
Hex 65 31 DD

RGB Percentages of Color #6531dd

%27.22
%13.21
%59.57

CMYK Percentages of Color #6531dd

%54
%78
%0
%13

Triadic Colors of #6531dd

#6531dd #dd6531 #31dd65

Analogous Colors of #6531dd

#6531dd #bb31dd #3153dd

Monochromatic Colors of #6531dd

#6531dd

Complementary Color

#6531dd #a9dd31

#6531dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6531dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6531dd Color CSS Codes

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

#6531dd Text Font Color

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

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


#6531dd Background Color

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

This div background color is #6531dd


#6531dd Border Color

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

This div border color is #6531dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6531dd


Comments

No comments written yet.

Please login to write comment.