Color Hex Logo

#38057d Color Hex

#38057D
(56,5,125)
0 Favorites   0 Comments

Color spaces of #38057d

RGB 565125
HSL0.740.920.25
HSV266°96°49°
CMYK 0.550.960.00   0.51
XYZ5.38682.430019.5871
Yxy2.43000.19660.0887
Hunter Lab15.588534.4033-63.5867
CIE-Lab17.599047.2354-54.9722

#38057d color RGB value is (56,5,125).

#38057d hex color red value is 56, green value is 5 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #38057d hue: 0.74 , saturation: 0.92 and the lightness value of 38057d is 0.25.

The process color (four color CMYK) of #38057d color hex is 0.55, 0.96, 0.00, 0.51. Web safe color of #38057d is #330066. Color #38057d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000101 01111101
Octal 70 5 175
Decimal 56 5 125
Hex 38 5 7D

RGB Percentages of Color #38057d

%30.11
%2.69
%67.20

CMYK Percentages of Color #38057d

%55
%96
%0
%51

Triadic Colors of #38057d

#38057d #7d3805 #057d38

Analogous Colors of #38057d

#38057d #74057d #050e7d

Monochromatic Colors of #38057d

#38057d

Complementary Color

#38057d #4a7d05

#38057d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38057d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38057d Color CSS Codes

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

#38057d Text Font Color

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

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


#38057d Background Color

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

This div background color is #38057d


#38057d Border Color

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

This div border color is #38057d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,5,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38057d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38057d;
  -webkit-box-shadow: 1px 1px 3px 2px #38057d;
  box-shadow:         1px 1px 3px 2px #38057d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38057d


Comments

No comments written yet.

Please login to write comment.