Color Hex Logo

#383aaf Color Hex

#383AAF
(56,58,175)
0 Favorites   0 Comments

Color spaces of #383aaf

RGB 5658175
HSL0.660.520.45
HSV239°68°69°
CMYK 0.680.670.00   0.31
XYZ10.88186.962041.3277
Yxy6.96200.18390.1177
Hunter Lab26.385627.4412-74.3959
CIE-Lab31.720237.0956-62.5310

#383aaf color RGB value is (56,58,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111010 10101111
Octal 70 72 257
Decimal 56 58 175
Hex 38 3A AF

RGB Percentages of Color #383aaf

%19.38
%20.07
%60.55

CMYK Percentages of Color #383aaf

%68
%67
%0
%31

Triadic Colors of #383aaf

#383aaf #af383a #3aaf38

Analogous Colors of #383aaf

#383aaf #7238af #3876af

Monochromatic Colors of #383aaf

#383aaf

Complementary Color

#383aaf #afad38

#383aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#383aaf Color CSS Codes

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

#383aaf Text Font Color

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

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


#383aaf Background Color

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

This div background color is #383aaf


#383aaf Border Color

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

This div border color is #383aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383aaf


Comments

No comments written yet.

Please login to write comment.