Color Hex Logo

#400298 Color Hex

#400298
(64,2,152)
0 Favorites   0 Comments

Color spaces of #400298

RGB 642152
HSL0.740.970.30
HSV265°99°60°
CMYK 0.580.990.00   0.40
XYZ7.80363.400429.9508
Yxy3.40040.18960.0826
Hunter Lab18.440243.2682-83.3916
CIE-Lab21.581055.3276-65.2759

#400298 color RGB value is (64,2,152).

#400298 hex color red value is 64, green value is 2 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #400298 hue: 0.74 , saturation: 0.97 and the lightness value of 400298 is 0.30.

The process color (four color CMYK) of #400298 color hex is 0.58, 0.99, 0.00, 0.40. Web safe color of #400298 is #330099. Color #400298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000010 10011000
Octal 100 2 230
Decimal 64 2 152
Hex 40 2 98

RGB Percentages of Color #400298

%29.36
%0.92
%69.72

CMYK Percentages of Color #400298

%58
%99
%0
%40

Triadic Colors of #400298

#400298 #984002 #029840

Analogous Colors of #400298

#400298 #8b0298 #020f98

Monochromatic Colors of #400298

#400298

Complementary Color

#400298 #5a9802

#400298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400298 Color CSS Codes

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

#400298 Text Font Color

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

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


#400298 Background Color

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

This div background color is #400298


#400298 Border Color

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

This div border color is #400298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400298


Comments

No comments written yet.

Please login to write comment.