Color Hex Logo

#382ecb Color Hex

#382ECB
(56,46,203)
0 Favorites   0 Comments

Color spaces of #382ecb

RGB 5646203
HSL0.680.630.49
HSV244°77°80°
CMYK 0.720.770.00   0.20
XYZ13.38747.106557.1660
Yxy7.10650.17240.0915
Hunter Lab26.658042.9894-108.4821
CIE-Lab32.048153.0452-78.5035

#382ecb color RGB value is (56,46,203).

#382ecb hex color red value is 56, green value is 46 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #382ecb hue: 0.68 , saturation: 0.63 and the lightness value of 382ecb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101110 11001011
Octal 70 56 313
Decimal 56 46 203
Hex 38 2E CB

RGB Percentages of Color #382ecb

%18.36
%15.08
%66.56

CMYK Percentages of Color #382ecb

%72
%77
%0
%20

Triadic Colors of #382ecb

#382ecb #cb382e #2ecb38

Analogous Colors of #382ecb

#382ecb #872ecb #2e73cb

Monochromatic Colors of #382ecb

#382ecb

Complementary Color

#382ecb #c1cb2e

#382ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#382ecb Color CSS Codes

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

#382ecb Text Font Color

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

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


#382ecb Background Color

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

This div background color is #382ecb


#382ecb Border Color

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

This div border color is #382ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382ecb


Comments

No comments written yet.

Please login to write comment.