Color Hex Logo

#403ccb Color Hex

#403CCB
(64,60,203)
0 Favorites   0 Comments

Color spaces of #403ccb

RGB 6460203
HSL0.670.580.52
HSV242°70°80°
CMYK 0.680.700.00   0.20
XYZ14.50978.633557.4016
Yxy8.63350.18010.1072
Hunter Lab29.382836.7262-95.2596
CIE-Lab35.268946.2383-73.1719

#403ccb color RGB value is (64,60,203).

#403ccb hex color red value is 64, green value is 60 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #403ccb hue: 0.67 , saturation: 0.58 and the lightness value of 403ccb is 0.52.

The process color (four color CMYK) of #403ccb color hex is 0.68, 0.70, 0.00, 0.20. Web safe color of #403ccb is #3333cc. Color #403ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111100 11001011
Octal 100 74 313
Decimal 64 60 203
Hex 40 3C CB

RGB Percentages of Color #403ccb

%19.57
%18.35
%62.08

CMYK Percentages of Color #403ccb

%68
%70
%0
%20

Triadic Colors of #403ccb

#403ccb #cb403c #3ccb40

Analogous Colors of #403ccb

#403ccb #883ccb #3c80cb

Monochromatic Colors of #403ccb

#403ccb

Complementary Color

#403ccb #c7cb3c

#403ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#403ccb Color CSS Codes

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

#403ccb Text Font Color

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

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


#403ccb Background Color

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

This div background color is #403ccb


#403ccb Border Color

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

This div border color is #403ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403ccb


Comments

No comments written yet.

Please login to write comment.