Color Hex Logo

#3018ad Color Hex

#3018AD
(48,24,173)
0 Favorites   0 Comments

Color spaces of #3018ad

RGB 4824173
HSL0.690.760.39
HSV250°86°68°
CMYK 0.720.860.00   0.32
XYZ9.08844.298839.8859
Yxy4.29880.17060.0807
Hunter Lab20.733541.9605-99.5449
CIE-Lab24.635653.4868-73.0419

#3018ad color RGB value is (48,24,173).

#3018ad hex color red value is 48, green value is 24 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3018ad hue: 0.69 , saturation: 0.76 and the lightness value of 3018ad is 0.39.

The process color (four color CMYK) of #3018ad color hex is 0.72, 0.86, 0.00, 0.32. Web safe color of #3018ad is #330099. Color #3018ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011000 10101101
Octal 60 30 255
Decimal 48 24 173
Hex 30 18 AD

RGB Percentages of Color #3018ad

%19.59
%9.80
%70.61

CMYK Percentages of Color #3018ad

%72
%86
%0
%32

Triadic Colors of #3018ad

#3018ad #ad3018 #18ad30

Analogous Colors of #3018ad

#3018ad #7b18ad #184bad

Monochromatic Colors of #3018ad

#3018ad

Complementary Color

#3018ad #95ad18

#3018ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3018ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3018ad Color CSS Codes

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

#3018ad Text Font Color

<p style="color:#3018ad">Text here</p>

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


#3018ad Background Color

<div style="background-color:#3018ad">
Div content here</div>

This div background color is #3018ad


#3018ad Border Color

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

This div border color is #3018ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,24,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3018ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3018ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3018ad;
  box-shadow:         1px 1px 3px 2px #3018ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3018ad


Comments

No comments written yet.

Please login to write comment.