Color Hex Logo

#382698 Color Hex

#382698
(56,38,152)
0 Favorites   0 Comments

Color spaces of #382698

RGB 5638152
HSL0.690.600.37
HSV249°75°60°
CMYK 0.630.750.00   0.40
XYZ7.99154.494030.1520
Yxy4.49400.18740.1054
Hunter Lab21.199130.1916-69.4905
CIE-Lab25.241641.2794-59.2551

#382698 color RGB value is (56,38,152).

#382698 hex color red value is 56, green value is 38 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #382698 hue: 0.69 , saturation: 0.60 and the lightness value of 382698 is 0.37.

The process color (four color CMYK) of #382698 color hex is 0.63, 0.75, 0.00, 0.40. Web safe color of #382698 is #333399. Color #382698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100110 10011000
Octal 70 46 230
Decimal 56 38 152
Hex 38 26 98

RGB Percentages of Color #382698

%22.76
%15.45
%61.79

CMYK Percentages of Color #382698

%63
%75
%0
%40

Triadic Colors of #382698

#382698 #983826 #269838

Analogous Colors of #382698

#382698 #712698 #264d98

Monochromatic Colors of #382698

#382698

Complementary Color

#382698 #869826

#382698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382698 Color CSS Codes

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

#382698 Text Font Color

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

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


#382698 Background Color

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

This div background color is #382698


#382698 Border Color

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

This div border color is #382698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382698


Comments

No comments written yet.

Please login to write comment.