Color Hex Logo

#383daf Color Hex

#383DAF
(56,61,175)
0 Favorites   0 Comments

Color spaces of #383daf

RGB 5661175
HSL0.660.520.45
HSV237°68°69°
CMYK 0.680.650.00   0.31
XYZ11.03757.273441.3796
Yxy7.27340.18490.1219
Hunter Lab26.969225.8572-72.0917
CIE-Lab32.421435.2259-61.3827

#383daf color RGB value is (56,61,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111101 10101111
Octal 70 75 257
Decimal 56 61 175
Hex 38 3D AF

RGB Percentages of Color #383daf

%19.18
%20.89
%59.93

CMYK Percentages of Color #383daf

%68
%65
%0
%31

Triadic Colors of #383daf

#383daf #af383d #3daf38

Analogous Colors of #383daf

#383daf #6f38af #3879af

Monochromatic Colors of #383daf

#383daf

Complementary Color

#383daf #afaa38

#383daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#383daf Color CSS Codes

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

#383daf Text Font Color

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

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


#383daf Background Color

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

This div background color is #383daf


#383daf Border Color

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

This div border color is #383daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383daf


Comments

No comments written yet.

Please login to write comment.