Color Hex Logo

#402aeb Color Hex

#402AEB
(64,42,235)
0 Favorites   0 Comments

Color spaces of #402aeb

RGB 6442235
HSL0.690.830.54
HSV247°82°92°
CMYK 0.730.820.00   0.08
XYZ17.93778.744179.3396
Yxy8.74410.16920.0825
Hunter Lab29.570456.5316-138.3801
CIE-Lab35.486964.8741-91.2023

#402aeb color RGB value is (64,42,235).

#402aeb hex color red value is 64, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #402aeb hue: 0.69 , saturation: 0.83 and the lightness value of 402aeb is 0.54.

The process color (four color CMYK) of #402aeb color hex is 0.73, 0.82, 0.00, 0.08. Web safe color of #402aeb is #3333ff. Color #402aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101010 11101011
Octal 100 52 353
Decimal 64 42 235
Hex 40 2A EB

RGB Percentages of Color #402aeb

%18.77
%12.32
%68.91

CMYK Percentages of Color #402aeb

%73
%82
%0
%8

Triadic Colors of #402aeb

#402aeb #eb402a #2aeb40

Analogous Colors of #402aeb

#402aeb #a12aeb #2a75eb

Monochromatic Colors of #402aeb

#402aeb

Complementary Color

#402aeb #d5eb2a

#402aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#402aeb Color CSS Codes

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

#402aeb Text Font Color

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

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


#402aeb Background Color

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

This div background color is #402aeb


#402aeb Border Color

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

This div border color is #402aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402aeb


Comments

No comments written yet.

Please login to write comment.