Color Hex Logo

#383eba Color Hex

#383EBA
(56,62,186)
0 Favorites   0 Comments

Color spaces of #383eba

RGB 5662186
HSL0.660.540.47
HSV237°70°73°
CMYK 0.700.670.00   0.27
XYZ12.21647.831247.3221
Yxy7.83120.18130.1162
Hunter Lab27.984328.9508-80.6718
CIE-Lab33.628838.4142-65.9279

#383eba color RGB value is (56,62,186).

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

The process color (four color CMYK) of #383eba color hex is 0.70, 0.67, 0.00, 0.27. Web safe color of #383eba is #3333cc. Color #383eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111110 10111010
Octal 70 76 272
Decimal 56 62 186
Hex 38 3E BA

RGB Percentages of Color #383eba

%18.42
%20.39
%61.18

CMYK Percentages of Color #383eba

%70
%67
%0
%27

Triadic Colors of #383eba

#383eba #ba383e #3eba38

Analogous Colors of #383eba

#383eba #7338ba #387fba

Monochromatic Colors of #383eba

#383eba

Complementary Color

#383eba #bab438

#383eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#383eba Color CSS Codes

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

#383eba Text Font Color

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

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


#383eba Background Color

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

This div background color is #383eba


#383eba Border Color

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

This div border color is #383eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383eba

#383eba Color Palettes


Comments

No comments written yet.

Please login to write comment.