Color Hex Logo

#382cbd Color Hex

#382CBD
(56,44,189)
0 Favorites   0 Comments

Color spaces of #382cbd

RGB 5644189
HSL0.680.620.46
HSV245°77°74°
CMYK 0.700.770.00   0.26
XYZ11.71696.316248.7457
Yxy6.31620.17550.0946
Hunter Lab25.132139.2380-97.4054
CIE-Lab30.196649.7213-73.3498

#382cbd color RGB value is (56,44,189).

#382cbd hex color red value is 56, green value is 44 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #382cbd hue: 0.68 , saturation: 0.62 and the lightness value of 382cbd is 0.46.

The process color (four color CMYK) of #382cbd color hex is 0.70, 0.77, 0.00, 0.26. Web safe color of #382cbd is #3333cc. Color #382cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101100 10111101
Octal 70 54 275
Decimal 56 44 189
Hex 38 2C BD

RGB Percentages of Color #382cbd

%19.38
%15.22
%65.40

CMYK Percentages of Color #382cbd

%70
%77
%0
%26

Triadic Colors of #382cbd

#382cbd #bd382c #2cbd38

Analogous Colors of #382cbd

#382cbd #812cbd #2c69bd

Monochromatic Colors of #382cbd

#382cbd

Complementary Color

#382cbd #b1bd2c

#382cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#382cbd Color CSS Codes

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

#382cbd Text Font Color

<p style="color:#382cbd">Text here</p>

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


#382cbd Background Color

<div style="background-color:#382cbd">
Div content here</div>

This div background color is #382cbd


#382cbd Border Color

<div style="border:3px solid #382cbd">
Div here</div>

This div border color is #382cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,44,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #382cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #382cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #382cbd;
  box-shadow:         1px 1px 3px 2px #382cbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382cbd


Comments

No comments written yet.

Please login to write comment.