Color Hex Logo

#307dad Color Hex

#307DAD
(48,125,173)
0 Favorites   0 Comments

Color spaces of #307dad

RGB 48125173
HSL0.560.570.43
HSV203°72°68°
CMYK 0.720.280.00   0.32
XYZ16.095418.312742.2216
Yxy18.31270.21000.2390
Hunter Lab42.7933-7.7511-28.5425
CIE-Lab49.8732-7.3114-32.2694

#307dad color RGB value is (48,125,173).

#307dad hex color red value is 48, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #307dad hue: 0.56 , saturation: 0.57 and the lightness value of 307dad is 0.43.

The process color (four color CMYK) of #307dad color hex is 0.72, 0.28, 0.00, 0.32. Web safe color of #307dad is #336699. Color #307dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111101 10101101
Octal 60 175 255
Decimal 48 125 173
Hex 30 7D AD

RGB Percentages of Color #307dad

%13.87
%36.13
%50.00

CMYK Percentages of Color #307dad

%72
%28
%0
%32

Triadic Colors of #307dad

#307dad #ad307d #7dad30

Analogous Colors of #307dad

#307dad #303fad #30ad9f

Monochromatic Colors of #307dad

#307dad

Complementary Color

#307dad #ad6030

#307dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#307dad Color CSS Codes

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

#307dad Text Font Color

<p style="color:#307dad">Text here</p>

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


#307dad Background Color

<div style="background-color:#307dad">
Div content here</div>

This div background color is #307dad


#307dad Border Color

<div style="border:3px solid #307dad">
Div here</div>

This div border color is #307dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,125,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 #307dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307dad


Comments

No comments written yet.

Please login to write comment.