Color Hex Logo

#3a11ce Color Hex

#3A11CE
(58,17,206)
0 Favorites   0 Comments

Color spaces of #3a11ce

RGB 5817206
HSL0.700.850.44
HSV253°92°81°
CMYK 0.720.920.00   0.19
XYZ13.08595.756758.8140
Yxy5.75670.16850.0741
Hunter Lab23.993155.3663-128.5415
CIE-Lab28.790265.1205-85.6565

#3a11ce color RGB value is (58,17,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 00010001 11001110
Octal 72 21 316
Decimal 58 17 206
Hex 3A 11 CE

RGB Percentages of Color #3a11ce

%20.64
%6.05
%73.31

CMYK Percentages of Color #3a11ce

%72
%92
%0
%19

Triadic Colors of #3a11ce

#3a11ce #ce3a11 #11ce3a

Analogous Colors of #3a11ce

#3a11ce #9911ce #1147ce

Monochromatic Colors of #3a11ce

#3a11ce

Complementary Color

#3a11ce #a5ce11

#3a11ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a11ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a11ce Color CSS Codes

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

#3a11ce Text Font Color

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

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


#3a11ce Background Color

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

This div background color is #3a11ce


#3a11ce Border Color

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

This div border color is #3a11ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,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 #3a11ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a11ce


Comments

No comments written yet.

Please login to write comment.