Color Hex Logo

#382fbe Color Hex

#382FBE
(56,47,190)
0 Favorites   0 Comments

Color spaces of #382fbe

RGB 5647190
HSL0.680.600.46
HSV244°75°75°
CMYK 0.710.750.00   0.25
XYZ11.94176.591549.3581
Yxy6.59150.17590.0971
Hunter Lab25.673938.0963-96.0133
CIE-Lab30.858348.4507-72.8470

#382fbe color RGB value is (56,47,190).

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

The process color (four color CMYK) of #382fbe color hex is 0.71, 0.75, 0.00, 0.25. Web safe color of #382fbe is #3333cc. Color #382fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101111 10111110
Octal 70 57 276
Decimal 56 47 190
Hex 38 2F BE

RGB Percentages of Color #382fbe

%19.11
%16.04
%64.85

CMYK Percentages of Color #382fbe

%71
%75
%0
%25

Triadic Colors of #382fbe

#382fbe #be382f #2fbe38

Analogous Colors of #382fbe

#382fbe #802fbe #2f6ebe

Monochromatic Colors of #382fbe

#382fbe

Complementary Color

#382fbe #b5be2f

#382fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#382fbe Color CSS Codes

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

#382fbe Text Font Color

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

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


#382fbe Background Color

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

This div background color is #382fbe


#382fbe Border Color

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

This div border color is #382fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382fbe


Comments

No comments written yet.

Please login to write comment.