Color Hex Logo

#3023aa Color Hex

#3023AA
(48,35,170)
0 Favorites   0 Comments

Color spaces of #3023aa

RGB 4835170
HSL0.680.660.40
HSV246°79°67°
CMYK 0.720.790.00   0.33
XYZ9.07574.732738.4654
Yxy4.73270.17360.0905
Hunter Lab21.754836.3962-89.6045
CIE-Lab25.959247.6751-69.0404

#3023aa color RGB value is (48,35,170).

#3023aa hex color red value is 48, green value is 35 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3023aa hue: 0.68 , saturation: 0.66 and the lightness value of 3023aa is 0.40.

The process color (four color CMYK) of #3023aa color hex is 0.72, 0.79, 0.00, 0.33. Web safe color of #3023aa is #333399. Color #3023aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00100011 10101010
Octal 60 43 252
Decimal 48 35 170
Hex 30 23 AA

RGB Percentages of Color #3023aa

%18.97
%13.83
%67.19

CMYK Percentages of Color #3023aa

%72
%79
%0
%33

Triadic Colors of #3023aa

#3023aa #aa3023 #23aa30

Analogous Colors of #3023aa

#3023aa #7423aa #235aaa

Monochromatic Colors of #3023aa

#3023aa

Complementary Color

#3023aa #9daa23

#3023aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3023aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3023aa Color CSS Codes

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

#3023aa Text Font Color

<p style="color:#3023aa">Text here</p>

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


#3023aa Background Color

<div style="background-color:#3023aa">
Div content here</div>

This div background color is #3023aa


#3023aa Border Color

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

This div border color is #3023aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,35,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3023aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3023aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3023aa;
  box-shadow:         1px 1px 3px 2px #3023aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3023aa


Comments

No comments written yet.

Please login to write comment.