Color Hex Logo

#3a0abb Color Hex

#3A0ABB
(58,10,187)
0 Favorites   0 Comments

Color spaces of #3a0abb

RGB 5810187
HSL0.710.900.39
HSV256°95°73°
CMYK 0.690.950.00   0.27
XYZ10.82314.704547.3513
Yxy4.70450.17210.0748
Hunter Lab21.689951.1131-114.2536
CIE-Lab25.875761.8500-79.3265

#3a0abb color RGB value is (58,10,187).

#3a0abb hex color red value is 58, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3a0abb hue: 0.71 , saturation: 0.90 and the lightness value of 3a0abb is 0.39.

The process color (four color CMYK) of #3a0abb color hex is 0.69, 0.95, 0.00, 0.27. Web safe color of #3a0abb is #3300cc. Color #3a0abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00001010 10111011
Octal 72 12 273
Decimal 58 10 187
Hex 3A A BB

RGB Percentages of Color #3a0abb

%22.75
%3.92
%73.33

CMYK Percentages of Color #3a0abb

%69
%95
%0
%27

Triadic Colors of #3a0abb

#3a0abb #bb3a0a #0abb3a

Analogous Colors of #3a0abb

#3a0abb #930abb #0a32bb

Monochromatic Colors of #3a0abb

#3a0abb

Complementary Color

#3a0abb #8bbb0a

#3a0abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a0abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a0abb Color CSS Codes

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

#3a0abb Text Font Color

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

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


#3a0abb Background Color

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

This div background color is #3a0abb


#3a0abb Border Color

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

This div border color is #3a0abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a0abb


Comments

No comments written yet.

Please login to write comment.