Color Hex Logo

#3a248b Color Hex

#3A248B
(58,36,139)
0 Favorites   0 Comments

Color spaces of #3a248b

RGB 5836139
HSL0.700.590.34
HSV253°74°55°
CMYK 0.580.740.00   0.45
XYZ7.03604.025424.8322
Yxy4.02540.19600.1121
Hunter Lab20.063427.4869-59.3381
CIE-Lab23.755238.5831-53.6501

#3a248b color RGB value is (58,36,139).

#3a248b hex color red value is 58, green value is 36 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #3a248b hue: 0.70 , saturation: 0.59 and the lightness value of 3a248b is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 00100100 10001011
Octal 72 44 213
Decimal 58 36 139
Hex 3A 24 8B

RGB Percentages of Color #3a248b

%24.89
%15.45
%59.66

CMYK Percentages of Color #3a248b

%58
%74
%0
%45

Triadic Colors of #3a248b

#3a248b #8b3a24 #248b3a

Analogous Colors of #3a248b

#3a248b #6e248b #24418b

Monochromatic Colors of #3a248b

#3a248b

Complementary Color

#3a248b #758b24

#3a248b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a248b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a248b Color CSS Codes

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

#3a248b Text Font Color

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

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


#3a248b Background Color

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

This div background color is #3a248b


#3a248b Border Color

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

This div border color is #3a248b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,36,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a248b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a248b;
  -webkit-box-shadow: 1px 1px 3px 2px #3a248b;
  box-shadow:         1px 1px 3px 2px #3a248b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,36,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a248b


Comments

No comments written yet.

Please login to write comment.