Color Hex Logo

#382abf Color Hex

#382ABF
(56,42,191)
0 Favorites   0 Comments

Color spaces of #382abf

RGB 5642191
HSL0.680.640.46
HSV246°78°75°
CMYK 0.710.780.00   0.25
XYZ11.86286.258349.8729
Yxy6.25830.17450.0920
Hunter Lab25.016640.8652-100.6885
CIE-Lab30.055051.3602-74.7642

#382abf color RGB value is (56,42,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101010 10111111
Octal 70 52 277
Decimal 56 42 191
Hex 38 2A BF

RGB Percentages of Color #382abf

%19.38
%14.53
%66.09

CMYK Percentages of Color #382abf

%71
%78
%0
%25

Triadic Colors of #382abf

#382abf #bf382a #2abf38

Analogous Colors of #382abf

#382abf #832abf #2a67bf

Monochromatic Colors of #382abf

#382abf

Complementary Color

#382abf #b1bf2a

#382abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#382abf Color CSS Codes

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

#382abf Text Font Color

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

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


#382abf Background Color

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

This div background color is #382abf


#382abf Border Color

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

This div border color is #382abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382abf


Comments

No comments written yet.

Please login to write comment.