Color Hex Logo

#383098 Color Hex

#383098
(56,48,152)
0 Favorites   0 Comments

Color spaces of #383098

RGB 5648152
HSL0.680.520.39
HSV245°68°60°
CMYK 0.630.680.00   0.40
XYZ8.35535.221730.2733
Yxy5.22170.19050.1191
Hunter Lab22.851025.2778-62.5523
CIE-Lab27.357335.4349-55.7820

#383098 color RGB value is (56,48,152).

#383098 hex color red value is 56, green value is 48 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #383098 hue: 0.68 , saturation: 0.52 and the lightness value of 383098 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110000 10011000
Octal 70 60 230
Decimal 56 48 152
Hex 38 30 98

RGB Percentages of Color #383098

%21.88
%18.75
%59.38

CMYK Percentages of Color #383098

%63
%68
%0
%40

Triadic Colors of #383098

#383098 #983830 #309838

Analogous Colors of #383098

#383098 #6c3098 #305c98

Monochromatic Colors of #383098

#383098

Complementary Color

#383098 #909830

#383098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383098 Color CSS Codes

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

#383098 Text Font Color

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

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


#383098 Background Color

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

This div background color is #383098


#383098 Border Color

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

This div border color is #383098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,48,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 #383098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383098


Comments

No comments written yet.

Please login to write comment.