Color Hex Logo

#6482dd Color Hex

#6482DD
(100,130,221)
0 Favorites   0 Comments

Color spaces of #6482dd

RGB 100130221
HSL0.630.640.63
HSV225°55°87°
CMYK 0.550.410.00   0.13
XYZ26.289323.895071.6332
Yxy23.89500.21580.1962
Hunter Lab48.882510.4539-52.6667
CIE-Lab55.982515.5049-49.8383

#6482dd color RGB value is (100,130,221).

#6482dd hex color red value is 100, green value is 130 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6482dd hue: 0.63 , saturation: 0.64 and the lightness value of 6482dd is 0.63.

The process color (four color CMYK) of #6482dd color hex is 0.55, 0.41, 0.00, 0.13. Web safe color of #6482dd is #6699cc. Color #6482dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000010 11011101
Octal 144 202 335
Decimal 100 130 221
Hex 64 82 DD

RGB Percentages of Color #6482dd

%22.17
%28.82
%49.00

CMYK Percentages of Color #6482dd

%55
%41
%0
%13

Triadic Colors of #6482dd

#6482dd #dd6482 #82dd64

Analogous Colors of #6482dd

#6482dd #8364dd #64bfdd

Monochromatic Colors of #6482dd

#6482dd

Complementary Color

#6482dd #ddbf64

#6482dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6482dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6482dd Color CSS Codes

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

#6482dd Text Font Color

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

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


#6482dd Background Color

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

This div background color is #6482dd


#6482dd Border Color

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

This div border color is #6482dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6482dd


Comments

No comments written yet.

Please login to write comment.