Color Hex Logo

#383eaf Color Hex

#383EAF
(56,62,175)
0 Favorites   0 Comments

Color spaces of #383eaf

RGB 5662175
HSL0.660.520.45
HSV237°68°69°
CMYK 0.680.650.00   0.31
XYZ11.09147.381141.3976
Yxy7.38110.18530.1233
Hunter Lab27.168225.3282-71.3256
CIE-Lab32.659234.5972-60.9937

#383eaf color RGB value is (56,62,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111110 10101111
Octal 70 76 257
Decimal 56 62 175
Hex 38 3E AF

RGB Percentages of Color #383eaf

%19.11
%21.16
%59.73

CMYK Percentages of Color #383eaf

%68
%65
%0
%31

Triadic Colors of #383eaf

#383eaf #af383e #3eaf38

Analogous Colors of #383eaf

#383eaf #6e38af #387aaf

Monochromatic Colors of #383eaf

#383eaf

Complementary Color

#383eaf #afa938

#383eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#383eaf Color CSS Codes

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

#383eaf Text Font Color

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

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


#383eaf Background Color

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

This div background color is #383eaf


#383eaf Border Color

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

This div border color is #383eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,62,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 #383eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383eaf


Comments

No comments written yet.

Please login to write comment.