Color Hex Logo

#4003dc Color Hex

#4003DC
(64,3,220)
0 Favorites   0 Comments

Color spaces of #4003dc

RGB 643220
HSL0.710.970.44
HSV257°99°86°
CMYK 0.710.990.00   0.14
XYZ15.06526.322468.1365
Yxy6.32240.16830.0706
Hunter Lab25.144462.9452-143.0636
CIE-Lab30.211771.4040-91.3931

#4003dc color RGB value is (64,3,220).

#4003dc hex color red value is 64, green value is 3 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4003dc hue: 0.71 , saturation: 0.97 and the lightness value of 4003dc is 0.44.

The process color (four color CMYK) of #4003dc color hex is 0.71, 0.99, 0.00, 0.14. Web safe color of #4003dc is #3300cc. Color #4003dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000011 11011100
Octal 100 3 334
Decimal 64 3 220
Hex 40 3 DC

RGB Percentages of Color #4003dc

%22.30
%1.05
%76.66

CMYK Percentages of Color #4003dc

%71
%99
%0
%14

Triadic Colors of #4003dc

#4003dc #dc4003 #03dc40

Analogous Colors of #4003dc

#4003dc #ad03dc #0332dc

Monochromatic Colors of #4003dc

#4003dc

Complementary Color

#4003dc #9fdc03

#4003dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4003dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4003dc Color CSS Codes

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

#4003dc Text Font Color

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

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


#4003dc Background Color

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

This div background color is #4003dc


#4003dc Border Color

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

This div border color is #4003dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4003dc


Comments

No comments written yet.

Please login to write comment.