Color Hex Logo

#3029af Color Hex

#3029AF
(48,41,175)
0 Favorites   0 Comments

Color spaces of #3029af

RGB 4841175
HSL0.680.620.42
HSV243°77°69°
CMYK 0.730.770.00   0.31
XYZ9.74975.309441.0684
Yxy5.30940.17370.0946
Hunter Lab23.042135.2040-89.5441
CIE-Lab27.598746.1314-69.3337

#3029af color RGB value is (48,41,175).

#3029af hex color red value is 48, green value is 41 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3029af hue: 0.68 , saturation: 0.62 and the lightness value of 3029af is 0.42.

The process color (four color CMYK) of #3029af color hex is 0.73, 0.77, 0.00, 0.31. Web safe color of #3029af is #333399. Color #3029af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00101001 10101111
Octal 60 51 257
Decimal 48 41 175
Hex 30 29 AF

RGB Percentages of Color #3029af

%18.18
%15.53
%66.29

CMYK Percentages of Color #3029af

%73
%77
%0
%31

Triadic Colors of #3029af

#3029af #af3029 #29af30

Analogous Colors of #3029af

#3029af #7329af #2965af

Monochromatic Colors of #3029af

#3029af

Complementary Color

#3029af #a8af29

#3029af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3029af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3029af Color CSS Codes

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

#3029af Text Font Color

<p style="color:#3029af">Text here</p>

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


#3029af Background Color

<div style="background-color:#3029af">
Div content here</div>

This div background color is #3029af


#3029af Border Color

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

This div border color is #3029af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,41,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3029af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3029af;
  -webkit-box-shadow: 1px 1px 3px 2px #3029af;
  box-shadow:         1px 1px 3px 2px #3029af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3029af


Comments

No comments written yet.

Please login to write comment.