Color Hex Logo

#305cdd Color Hex

#305CDD
(48,92,221)
0 Favorites   0 Comments

Color spaces of #305cdd

RGB 4892221
HSL0.620.720.53
HSV225°78°87°
CMYK 0.780.580.00   0.13
XYZ18.097213.503170.0592
Yxy13.50310.17800.1328
Hunter Lab36.746623.6024-87.3168
CIE-Lab43.511731.1317-70.0562

#305cdd color RGB value is (48,92,221).

#305cdd hex color red value is 48, green value is 92 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #305cdd hue: 0.62 , saturation: 0.72 and the lightness value of 305cdd is 0.53.

The process color (four color CMYK) of #305cdd color hex is 0.78, 0.58, 0.00, 0.13. Web safe color of #305cdd is #3366cc. Color #305cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011100 11011101
Octal 60 134 335
Decimal 48 92 221
Hex 30 5C DD

RGB Percentages of Color #305cdd

%13.30
%25.48
%61.22

CMYK Percentages of Color #305cdd

%78
%58
%0
%13

Triadic Colors of #305cdd

#305cdd #dd305c #5cdd30

Analogous Colors of #305cdd

#305cdd #5a30dd #30b3dd

Monochromatic Colors of #305cdd

#305cdd

Complementary Color

#305cdd #ddb130

#305cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#305cdd Color CSS Codes

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

#305cdd Text Font Color

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

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


#305cdd Background Color

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

This div background color is #305cdd


#305cdd Border Color

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

This div border color is #305cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305cdd


Comments

No comments written yet.

Please login to write comment.