Color Hex Logo

#305abd Color Hex

#305ABD
(48,90,189)
0 Favorites   0 Comments

Color spaces of #305abd

RGB 4890189
HSL0.620.590.46
HSV222°75°74°
CMYK 0.750.520.00   0.26
XYZ14.060411.614849.6449
Yxy11.61480.18670.1542
Hunter Lab34.080514.0019-62.5111
CIE-Lab40.597220.4839-56.3527

#305abd color RGB value is (48,90,189).

#305abd hex color red value is 48, green value is 90 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #305abd hue: 0.62 , saturation: 0.59 and the lightness value of 305abd is 0.46.

The process color (four color CMYK) of #305abd color hex is 0.75, 0.52, 0.00, 0.26. Web safe color of #305abd is #3366cc. Color #305abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011010 10111101
Octal 60 132 275
Decimal 48 90 189
Hex 30 5A BD

RGB Percentages of Color #305abd

%14.68
%27.52
%57.80

CMYK Percentages of Color #305abd

%75
%52
%0
%26

Triadic Colors of #305abd

#305abd #bd305a #5abd30

Analogous Colors of #305abd

#305abd #4d30bd #30a1bd

Monochromatic Colors of #305abd

#305abd

Complementary Color

#305abd #bd9330

#305abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#305abd Color CSS Codes

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

#305abd Text Font Color

<p style="color:#305abd">Text here</p>

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


#305abd Background Color

<div style="background-color:#305abd">
Div content here</div>

This div background color is #305abd


#305abd Border Color

<div style="border:3px solid #305abd">
Div here</div>

This div border color is #305abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,90,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #305abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #305abd;
  -webkit-box-shadow: 1px 1px 3px 2px #305abd;
  box-shadow:         1px 1px 3px 2px #305abd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305abd


Comments

No comments written yet.

Please login to write comment.