Color Hex Logo

#3b11ce Color Hex

#3B11CE
(59,17,206)
0 Favorites   0 Comments

Color spaces of #3b11ce

RGB 5917206
HSL0.700.850.44
HSV253°92°81°
CMYK 0.710.920.00   0.19
XYZ13.14475.786958.8167
Yxy5.78690.16910.0744
Hunter Lab24.056055.4383-128.1245
CIE-Lab28.868365.1696-85.5242

#3b11ce color RGB value is (59,17,206).

#3b11ce hex color red value is 59, green value is 17 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3b11ce hue: 0.70 , saturation: 0.85 and the lightness value of 3b11ce is 0.44.

The process color (four color CMYK) of #3b11ce color hex is 0.71, 0.92, 0.00, 0.19. Web safe color of #3b11ce is #3300cc. Color #3b11ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00010001 11001110
Octal 73 21 316
Decimal 59 17 206
Hex 3B 11 CE

RGB Percentages of Color #3b11ce

%20.92
%6.03
%73.05

CMYK Percentages of Color #3b11ce

%71
%92
%0
%19

Triadic Colors of #3b11ce

#3b11ce #ce3b11 #11ce3b

Analogous Colors of #3b11ce

#3b11ce #9a11ce #1146ce

Monochromatic Colors of #3b11ce

#3b11ce

Complementary Color

#3b11ce #a4ce11

#3b11ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b11ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b11ce Color CSS Codes

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

#3b11ce Text Font Color

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

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


#3b11ce Background Color

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

This div background color is #3b11ce


#3b11ce Border Color

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

This div border color is #3b11ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b11ce


Comments

No comments written yet.

Please login to write comment.