Color Hex Logo

#3014ae Color Hex

#3014AE
(48,20,174)
0 Favorites   0 Comments

Color spaces of #3014ae

RGB 4820174
HSL0.700.790.38
HSV251°89°68°
CMYK 0.720.890.00   0.32
XYZ9.10914.184740.3720
Yxy4.18470.16970.0780
Hunter Lab20.456543.6854-102.6922
CIE-Lab24.272955.2238-74.2463

#3014ae color RGB value is (48,20,174).

#3014ae hex color red value is 48, green value is 20 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3014ae hue: 0.70 , saturation: 0.79 and the lightness value of 3014ae is 0.38.

The process color (four color CMYK) of #3014ae color hex is 0.72, 0.89, 0.00, 0.32. Web safe color of #3014ae is #330099. Color #3014ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010100 10101110
Octal 60 24 256
Decimal 48 20 174
Hex 30 14 AE

RGB Percentages of Color #3014ae

%19.83
%8.26
%71.90

CMYK Percentages of Color #3014ae

%72
%89
%0
%32

Triadic Colors of #3014ae

#3014ae #ae3014 #14ae30

Analogous Colors of #3014ae

#3014ae #7d14ae #1445ae

Monochromatic Colors of #3014ae

#3014ae

Complementary Color

#3014ae #92ae14

#3014ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3014ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3014ae Color CSS Codes

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

#3014ae Text Font Color

<p style="color:#3014ae">Text here</p>

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


#3014ae Background Color

<div style="background-color:#3014ae">
Div content here</div>

This div background color is #3014ae


#3014ae Border Color

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

This div border color is #3014ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,20,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3014ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3014ae;
  -webkit-box-shadow: 1px 1px 3px 2px #3014ae;
  box-shadow:         1px 1px 3px 2px #3014ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3014ae


Comments

No comments written yet.

Please login to write comment.