Color Hex Logo

#402bae Color Hex

#402BAE
(64,43,174)
0 Favorites   0 Comments

Color spaces of #402bae

RGB 6443174
HSL0.690.600.43
HSV250°75°68°
CMYK 0.630.750.00   0.32
XYZ10.61825.873740.6185
Yxy5.87370.18590.1028
Hunter Lab24.235735.7923-82.4037
CIE-Lab29.091646.4496-66.2301

#402bae color RGB value is (64,43,174).

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

The process color (four color CMYK) of #402bae color hex is 0.63, 0.75, 0.00, 0.32. Web safe color of #402bae is #333399. Color #402bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101011 10101110
Octal 100 53 256
Decimal 64 43 174
Hex 40 2B AE

RGB Percentages of Color #402bae

%22.78
%15.30
%61.92

CMYK Percentages of Color #402bae

%63
%75
%0
%32

Triadic Colors of #402bae

#402bae #ae402b #2bae40

Analogous Colors of #402bae

#402bae #822bae #2b58ae

Monochromatic Colors of #402bae

#402bae

Complementary Color

#402bae #99ae2b

#402bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#402bae Color CSS Codes

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

#402bae Text Font Color

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

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


#402bae Background Color

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

This div background color is #402bae


#402bae Border Color

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

This div border color is #402bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,43,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #402bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402bae


Comments

No comments written yet.

Please login to write comment.