Color Hex Logo

#382386 Color Hex

#382386
(56,35,134)
0 Favorites   0 Comments

Color spaces of #382386

RGB 5635134
HSL0.700.590.33
HSV253°74°53°
CMYK 0.580.740.00   0.47
XYZ6.53503.764022.9364
Yxy3.76400.19660.1133
Hunter Lab19.401026.1737-56.5134
CIE-Lab22.875437.2695-51.9748

#382386 color RGB value is (56,35,134).

#382386 hex color red value is 56, green value is 35 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #382386 hue: 0.70 , saturation: 0.59 and the lightness value of 382386 is 0.33.

The process color (four color CMYK) of #382386 color hex is 0.58, 0.74, 0.00, 0.47. Web safe color of #382386 is #333399. Color #382386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100011 10000110
Octal 70 43 206
Decimal 56 35 134
Hex 38 23 86

RGB Percentages of Color #382386

%24.89
%15.56
%59.56

CMYK Percentages of Color #382386

%58
%74
%0
%47

Triadic Colors of #382386

#382386 #863823 #238638

Analogous Colors of #382386

#382386 #6a2386 #234086

Monochromatic Colors of #382386

#382386

Complementary Color

#382386 #718623

#382386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382386 Color CSS Codes

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

#382386 Text Font Color

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

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


#382386 Background Color

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

This div background color is #382386


#382386 Border Color

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

This div border color is #382386


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,35,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #382386; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #382386;
  -webkit-box-shadow: 1px 1px 3px 2px #382386;
  box-shadow:         1px 1px 3px 2px #382386; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382386


Comments

No comments written yet.

Please login to write comment.