Color Hex Logo

#39338c Color Hex

#39338C
(57,51,140)
0 Favorites   0 Comments

Color spaces of #39338c

RGB 5751140
HSL0.680.470.37
HSV244°64°55°
CMYK 0.590.640.00   0.45
XYZ7.60485.131025.4005
Yxy5.13100.19940.1345
Hunter Lab22.651720.2868-50.6287
CIE-Lab27.104829.6569-48.8001

#39338c color RGB value is (57,51,140).

#39338c hex color red value is 57, green value is 51 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #39338c hue: 0.68 , saturation: 0.47 and the lightness value of 39338c is 0.37.

The process color (four color CMYK) of #39338c color hex is 0.59, 0.64, 0.00, 0.45. Web safe color of #39338c is #333399. Color #39338c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110011 10001100
Octal 71 63 214
Decimal 57 51 140
Hex 39 33 8C

RGB Percentages of Color #39338c

%22.98
%20.56
%56.45

CMYK Percentages of Color #39338c

%59
%64
%0
%45

Triadic Colors of #39338c

#39338c #8c3933 #338c39

Analogous Colors of #39338c

#39338c #66338c #33598c

Monochromatic Colors of #39338c

#39338c

Complementary Color

#39338c #868c33

#39338c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39338c Color Preview on White Background

Lorem ipsum dolor sit amet.

#39338c Color CSS Codes

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

#39338c Text Font Color

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

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


#39338c Background Color

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

This div background color is #39338c


#39338c Border Color

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

This div border color is #39338c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,51,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39338c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39338c;
  -webkit-box-shadow: 1px 1px 3px 2px #39338c;
  box-shadow:         1px 1px 3px 2px #39338c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,51,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39338c


Comments

No comments written yet.

Please login to write comment.