Color Hex Logo

#4642dd Color Hex

#4642DD
(70,66,221)
0 Favorites   0 Comments

Color spaces of #4642dd

RGB 7066221
HSL0.670.700.56
HSV242°70°87°
CMYK 0.680.700.00   0.13
XYZ17.525110.419069.4940
Yxy10.41900.17990.1069
Hunter Lab32.278540.4265-105.0536
CIE-Lab38.584249.3076-78.0864

#4642dd color RGB value is (70,66,221).

#4642dd hex color red value is 70, green value is 66 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4642dd hue: 0.67 , saturation: 0.70 and the lightness value of 4642dd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000010 11011101
Octal 106 102 335
Decimal 70 66 221
Hex 46 42 DD

RGB Percentages of Color #4642dd

%19.61
%18.49
%61.90

CMYK Percentages of Color #4642dd

%68
%70
%0
%13

Triadic Colors of #4642dd

#4642dd #dd4642 #42dd46

Analogous Colors of #4642dd

#4642dd #9442dd #428cdd

Monochromatic Colors of #4642dd

#4642dd

Complementary Color

#4642dd #d9dd42

#4642dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4642dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4642dd Color CSS Codes

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

#4642dd Text Font Color

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

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


#4642dd Background Color

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

This div background color is #4642dd


#4642dd Border Color

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

This div border color is #4642dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4642dd


Comments

No comments written yet.

Please login to write comment.