Color Hex Logo

#3b1aeb Color Hex

#3B1AEB
(59,26,235)
0 Favorites   0 Comments

Color spaces of #3b1aeb

RGB 5926235
HSL0.690.840.51
HSV249°89°92°
CMYK 0.750.890.00   0.08
XYZ17.16847.666879.1722
Yxy7.66680.16510.0737
Hunter Lab27.689062.2222-150.1479
CIE-Lab33.279170.2302-94.8821

#3b1aeb color RGB value is (59,26,235).

#3b1aeb hex color red value is 59, green value is 26 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3b1aeb hue: 0.69 , saturation: 0.84 and the lightness value of 3b1aeb is 0.51.

The process color (four color CMYK) of #3b1aeb color hex is 0.75, 0.89, 0.00, 0.08. Web safe color of #3b1aeb is #3333ff. Color #3b1aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00011010 11101011
Octal 73 32 353
Decimal 59 26 235
Hex 3B 1A EB

RGB Percentages of Color #3b1aeb

%18.44
%8.13
%73.44

CMYK Percentages of Color #3b1aeb

%75
%89
%0
%8

Triadic Colors of #3b1aeb

#3b1aeb #eb3b1a #1aeb3b

Analogous Colors of #3b1aeb

#3b1aeb #a41aeb #1a62eb

Monochromatic Colors of #3b1aeb

#3b1aeb

Complementary Color

#3b1aeb #caeb1a

#3b1aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b1aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b1aeb Color CSS Codes

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

#3b1aeb Text Font Color

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

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


#3b1aeb Background Color

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

This div background color is #3b1aeb


#3b1aeb Border Color

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

This div border color is #3b1aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b1aeb


Comments

No comments written yet.

Please login to write comment.