Color Hex Logo

#402bdd Color Hex

#402BDD
(64,43,221)
0 Favorites   0 Comments

Color spaces of #402bdd

RGB 6443221
HSL0.690.720.52
HSV247°81°87°
CMYK 0.710.810.00   0.13
XYZ16.02948.038269.1133
Yxy8.03820.17200.0863
Hunter Lab28.351751.3042-124.6857
CIE-Lab34.062360.4603-85.5677

#402bdd color RGB value is (64,43,221).

#402bdd hex color red value is 64, green value is 43 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #402bdd hue: 0.69 , saturation: 0.72 and the lightness value of 402bdd is 0.52.

The process color (four color CMYK) of #402bdd color hex is 0.71, 0.81, 0.00, 0.13. Web safe color of #402bdd is #3333cc. Color #402bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101011 11011101
Octal 100 53 335
Decimal 64 43 221
Hex 40 2B DD

RGB Percentages of Color #402bdd

%19.51
%13.11
%67.38

CMYK Percentages of Color #402bdd

%71
%81
%0
%13

Triadic Colors of #402bdd

#402bdd #dd402b #2bdd40

Analogous Colors of #402bdd

#402bdd #992bdd #2b6fdd

Monochromatic Colors of #402bdd

#402bdd

Complementary Color

#402bdd #c8dd2b

#402bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#402bdd Color CSS Codes

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

#402bdd Text Font Color

<p style="color:#402bdd">Text here</p>

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


#402bdd Background Color

<div style="background-color:#402bdd">
Div content here</div>

This div background color is #402bdd


#402bdd Border Color

<div style="border:3px solid #402bdd">
Div here</div>

This div border color is #402bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,43,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #402bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #402bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #402bdd;
  box-shadow:         1px 1px 3px 2px #402bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,43,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 #402bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402bdd


Comments

No comments written yet.

Please login to write comment.