Color Hex Logo

#383dba Color Hex

#383DBA
(56,61,186)
0 Favorites   0 Comments

Color spaces of #383dba

RGB 5661186
HSL0.660.540.47
HSV238°70°73°
CMYK 0.700.670.00   0.27
XYZ12.16267.723447.3041
Yxy7.72340.18100.1149
Hunter Lab27.791029.4854-81.4660
CIE-Lab33.400139.0293-66.3032

#383dba color RGB value is (56,61,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111101 10111010
Octal 70 75 272
Decimal 56 61 186
Hex 38 3D BA

RGB Percentages of Color #383dba

%18.48
%20.13
%61.39

CMYK Percentages of Color #383dba

%70
%67
%0
%27

Triadic Colors of #383dba

#383dba #ba383d #3dba38

Analogous Colors of #383dba

#383dba #7438ba #387eba

Monochromatic Colors of #383dba

#383dba

Complementary Color

#383dba #bab538

#383dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#383dba Color CSS Codes

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

#383dba Text Font Color

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

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


#383dba Background Color

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

This div background color is #383dba


#383dba Border Color

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

This div border color is #383dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383dba


Comments

No comments written yet.

Please login to write comment.