Color Hex Logo

#40125b Color Hex

#40125B
(64,18,91)
0 Favorites   0 Comments

Color spaces of #40125b

RGB 641891
HSL0.770.670.21
HSV278°80°36°
CMYK 0.300.800.00   0.64
XYZ4.21902.277910.1148
Yxy2.27790.25400.1371
Hunter Lab15.092723.4854-29.1699
CIE-Lab16.882935.2991-33.8847

#40125b color RGB value is (64,18,91).

#40125b hex color red value is 64, green value is 18 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #40125b hue: 0.77 , saturation: 0.67 and the lightness value of 40125b is 0.21.

The process color (four color CMYK) of #40125b color hex is 0.30, 0.80, 0.00, 0.64. Web safe color of #40125b is #330066. Color #40125b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010010 01011011
Octal 100 22 133
Decimal 64 18 91
Hex 40 12 5B

RGB Percentages of Color #40125b

%36.99
%10.40
%52.60

CMYK Percentages of Color #40125b

%30
%80
%0
%64

Triadic Colors of #40125b

#40125b #5b4012 #125b40

Analogous Colors of #40125b

#40125b #5b1252 #1c125b

Monochromatic Colors of #40125b

#40125b

Complementary Color

#40125b #2d5b12

#40125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40125b Color CSS Codes

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

#40125b Text Font Color

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

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


#40125b Background Color

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

This div background color is #40125b


#40125b Border Color

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

This div border color is #40125b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,18,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40125b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40125b;
  -webkit-box-shadow: 1px 1px 3px 2px #40125b;
  box-shadow:         1px 1px 3px 2px #40125b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40125b


Comments

No comments written yet.

Please login to write comment.