Color Hex Logo

#3b0aec Color Hex

#3B0AEC
(59,10,236)
0 Favorites   0 Comments

Color spaces of #3b0aec

RGB 5910236
HSL0.700.920.48
HSV253°96°93°
CMYK 0.750.960.00   0.07
XYZ17.05257.203079.8484
Yxy7.20300.16380.0692
Hunter Lab26.838466.4475-157.6100
CIE-Lab32.264673.9654-97.1417

#3b0aec color RGB value is (59,10,236).

#3b0aec hex color red value is 59, green value is 10 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3b0aec hue: 0.70 , saturation: 0.92 and the lightness value of 3b0aec is 0.48.

The process color (four color CMYK) of #3b0aec color hex is 0.75, 0.96, 0.00, 0.07. Web safe color of #3b0aec is #3300ff. Color #3b0aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00001010 11101100
Octal 73 12 354
Decimal 59 10 236
Hex 3B A EC

RGB Percentages of Color #3b0aec

%19.34
%3.28
%77.38

CMYK Percentages of Color #3b0aec

%75
%96
%0
%7

Triadic Colors of #3b0aec

#3b0aec #ec3b0a #0aec3b

Analogous Colors of #3b0aec

#3b0aec #ac0aec #0a4aec

Monochromatic Colors of #3b0aec

#3b0aec

Complementary Color

#3b0aec #bbec0a

#3b0aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b0aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b0aec Color CSS Codes

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

#3b0aec Text Font Color

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

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


#3b0aec Background Color

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

This div background color is #3b0aec


#3b0aec Border Color

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

This div border color is #3b0aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b0aec


Comments

No comments written yet.

Please login to write comment.