Color Hex Logo

#305acd Color Hex

#305ACD
(48,90,205)
0 Favorites   0 Comments

Color spaces of #305acd

RGB 4890205
HSL0.620.620.50
HSV224°77°80°
CMYK 0.770.560.00   0.20
XYZ15.894512.348559.3034
Yxy12.34850.18160.1411
Hunter Lab35.140419.2422-75.4602
CIE-Lab41.764726.4832-63.7371

#305acd color RGB value is (48,90,205).

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

The process color (four color CMYK) of #305acd color hex is 0.77, 0.56, 0.00, 0.20. Web safe color of #305acd is #3366cc. Color #305acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011010 11001101
Octal 60 132 315
Decimal 48 90 205
Hex 30 5A CD

RGB Percentages of Color #305acd

%13.99
%26.24
%59.77

CMYK Percentages of Color #305acd

%77
%56
%0
%20

Triadic Colors of #305acd

#305acd #cd305a #5acd30

Analogous Colors of #305acd

#305acd #5430cd #30a9cd

Monochromatic Colors of #305acd

#305acd

Complementary Color

#305acd #cda330

#305acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#305acd Color CSS Codes

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

#305acd Text Font Color

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

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


#305acd Background Color

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

This div background color is #305acd


#305acd Border Color

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

This div border color is #305acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305acd


Comments

No comments written yet.

Please login to write comment.