Color Hex Logo

#383cad Color Hex

#383CAD
(56,60,173)
0 Favorites   0 Comments

Color spaces of #383cad

RGB 5660173
HSL0.660.510.45
HSV238°68°68°
CMYK 0.680.650.00   0.32
XYZ10.78967.089640.3349
Yxy7.08960.18530.1218
Hunter Lab26.626325.7363-71.1771
CIE-Lab32.010035.1589-60.8624

#383cad color RGB value is (56,60,173).

#383cad hex color red value is 56, green value is 60 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #383cad hue: 0.66 , saturation: 0.51 and the lightness value of 383cad is 0.45.

The process color (four color CMYK) of #383cad color hex is 0.68, 0.65, 0.00, 0.32. Web safe color of #383cad is #333399. Color #383cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111100 10101101
Octal 70 74 255
Decimal 56 60 173
Hex 38 3C AD

RGB Percentages of Color #383cad

%19.38
%20.76
%59.86

CMYK Percentages of Color #383cad

%68
%65
%0
%32

Triadic Colors of #383cad

#383cad #ad383c #3cad38

Analogous Colors of #383cad

#383cad #6f38ad #3877ad

Monochromatic Colors of #383cad

#383cad

Complementary Color

#383cad #ada938

#383cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#383cad Color CSS Codes

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

#383cad Text Font Color

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

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


#383cad Background Color

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

This div background color is #383cad


#383cad Border Color

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

This div border color is #383cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,60,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #383cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #383cad;
  -webkit-box-shadow: 1px 1px 3px 2px #383cad;
  box-shadow:         1px 1px 3px 2px #383cad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383cad


Comments

No comments written yet.

Please login to write comment.