Color Hex Logo

#402372 Color Hex

#402372
(64,35,114)
0 Favorites   0 Comments

Color spaces of #402372

RGB 6435114
HSL0.730.530.29
HSV262°69°45°
CMYK 0.440.690.00   0.55
XYZ5.75263.507016.2933
Yxy3.50700.22510.1372
Hunter Lab18.727022.0598-38.4760
CIE-Lab21.969632.6490-40.7160

#402372 color RGB value is (64,35,114).

#402372 hex color red value is 64, green value is 35 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #402372 hue: 0.73 , saturation: 0.53 and the lightness value of 402372 is 0.29.

The process color (four color CMYK) of #402372 color hex is 0.44, 0.69, 0.00, 0.55. Web safe color of #402372 is #333366. Color #402372 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100011 01110010
Octal 100 43 162
Decimal 64 35 114
Hex 40 23 72

RGB Percentages of Color #402372

%30.05
%16.43
%53.52

CMYK Percentages of Color #402372

%44
%69
%0
%55

Triadic Colors of #402372

#402372 #724023 #237240

Analogous Colors of #402372

#402372 #682372 #232d72

Monochromatic Colors of #402372

#402372

Complementary Color

#402372 #557223

#402372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402372 Color CSS Codes

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

#402372 Text Font Color

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

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


#402372 Background Color

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

This div background color is #402372


#402372 Border Color

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

This div border color is #402372


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,35,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #402372; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #402372;
  -webkit-box-shadow: 1px 1px 3px 2px #402372;
  box-shadow:         1px 1px 3px 2px #402372; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402372


Comments

No comments written yet.

Please login to write comment.