Color Hex Logo

#3614ab Color Hex

#3614AB
(54,20,171)
0 Favorites   0 Comments

Color spaces of #3614ab

RGB 5420171
HSL0.700.790.37
HSV254°88°67°
CMYK 0.680.880.00   0.33
XYZ9.12224.224938.8628
Yxy4.22490.17470.0809
Hunter Lab20.554643.2486-97.7122
CIE-Lab24.401454.7794-72.2115

#3614ab color RGB value is (54,20,171).

#3614ab hex color red value is 54, green value is 20 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3614ab hue: 0.70 , saturation: 0.79 and the lightness value of 3614ab is 0.37.

The process color (four color CMYK) of #3614ab color hex is 0.68, 0.88, 0.00, 0.33. Web safe color of #3614ab is #330099. Color #3614ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010100 10101011
Octal 66 24 253
Decimal 54 20 171
Hex 36 14 AB

RGB Percentages of Color #3614ab

%22.04
%8.16
%69.80

CMYK Percentages of Color #3614ab

%68
%88
%0
%33

Triadic Colors of #3614ab

#3614ab #ab3614 #14ab36

Analogous Colors of #3614ab

#3614ab #8214ab #143eab

Monochromatic Colors of #3614ab

#3614ab

Complementary Color

#3614ab #89ab14

#3614ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3614ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3614ab Color CSS Codes

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

#3614ab Text Font Color

<p style="color:#3614ab">Text here</p>

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


#3614ab Background Color

<div style="background-color:#3614ab">
Div content here</div>

This div background color is #3614ab


#3614ab Border Color

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

This div border color is #3614ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,20,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3614ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3614ab;
  -webkit-box-shadow: 1px 1px 3px 2px #3614ab;
  box-shadow:         1px 1px 3px 2px #3614ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,20,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3614ab


Comments

No comments written yet.

Please login to write comment.