Color Hex Logo

#4206dd Color Hex

#4206DD
(66,6,221)
0 Favorites   0 Comments

Color spaces of #4206dd

RGB 666221
HSL0.710.950.45
HSV257°97°87°
CMYK 0.700.970.00   0.13
XYZ15.36306.509068.8532
Yxy6.50900.16930.0717
Hunter Lab25.512762.8400-142.1516
CIE-Lab30.661971.2347-91.2145

#4206dd color RGB value is (66,6,221).

#4206dd hex color red value is 66, green value is 6 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4206dd hue: 0.71 , saturation: 0.95 and the lightness value of 4206dd is 0.45.

The process color (four color CMYK) of #4206dd color hex is 0.70, 0.97, 0.00, 0.13. Web safe color of #4206dd is #3300cc. Color #4206dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000110 11011101
Octal 102 6 335
Decimal 66 6 221
Hex 42 6 DD

RGB Percentages of Color #4206dd

%22.53
%2.05
%75.43

CMYK Percentages of Color #4206dd

%70
%97
%0
%13

Triadic Colors of #4206dd

#4206dd #dd4206 #06dd42

Analogous Colors of #4206dd

#4206dd #ae06dd #0636dd

Monochromatic Colors of #4206dd

#4206dd

Complementary Color

#4206dd #a1dd06

#4206dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4206dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4206dd Color CSS Codes

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

#4206dd Text Font Color

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

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


#4206dd Background Color

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

This div background color is #4206dd


#4206dd Border Color

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

This div border color is #4206dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4206dd


Comments

No comments written yet.

Please login to write comment.