Color Hex Logo

#40025d Color Hex

#40025D
(64,2,93)
0 Favorites   0 Comments

Color spaces of #40025d

RGB 64293
HSL0.780.960.19
HSV281°98°36°
CMYK 0.310.980.00   0.64
XYZ4.11181.923710.5105
Yxy1.92370.24850.1163
Hunter Lab13.869828.6457-35.2211
CIE-Lab15.081641.5507-38.1564

#40025d color RGB value is (64,2,93).

#40025d hex color red value is 64, green value is 2 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #40025d hue: 0.78 , saturation: 0.96 and the lightness value of 40025d is 0.19.

The process color (four color CMYK) of #40025d color hex is 0.31, 0.98, 0.00, 0.64. Web safe color of #40025d is #330066. Color #40025d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000010 01011101
Octal 100 2 135
Decimal 64 2 93
Hex 40 2 5D

RGB Percentages of Color #40025d

%40.25
%1.26
%58.49

CMYK Percentages of Color #40025d

%31
%98
%0
%64

Triadic Colors of #40025d

#40025d #5d4002 #025d40

Analogous Colors of #40025d

#40025d #5d024c #12025d

Monochromatic Colors of #40025d

#40025d

Complementary Color

#40025d #1f5d02

#40025d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40025d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40025d Color CSS Codes

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

#40025d Text Font Color

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

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


#40025d Background Color

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

This div background color is #40025d


#40025d Border Color

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

This div border color is #40025d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40025d


Comments

No comments written yet.

Please login to write comment.