Color Hex Logo

#382abc Color Hex

#382ABC
(56,42,188)
0 Favorites   0 Comments

Color spaces of #382abc

RGB 5642188
HSL0.680.630.45
HSV246°78°74°
CMYK 0.700.780.00   0.26
XYZ11.53606.127548.1517
Yxy6.12750.17530.0931
Hunter Lab24.753839.8672-98.0048
CIE-Lab29.731950.4370-73.5270

#382abc color RGB value is (56,42,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101010 10111100
Octal 70 52 274
Decimal 56 42 188
Hex 38 2A BC

RGB Percentages of Color #382abc

%19.58
%14.69
%65.73

CMYK Percentages of Color #382abc

%70
%78
%0
%26

Triadic Colors of #382abc

#382abc #bc382a #2abc38

Analogous Colors of #382abc

#382abc #812abc #2a65bc

Monochromatic Colors of #382abc

#382abc

Complementary Color

#382abc #aebc2a

#382abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#382abc Color CSS Codes

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

#382abc Text Font Color

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

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


#382abc Background Color

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

This div background color is #382abc


#382abc Border Color

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

This div border color is #382abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382abc


Comments

No comments written yet.

Please login to write comment.