Color Hex Logo

#305ddd Color Hex

#305DDD
(48,93,221)
0 Favorites   0 Comments

Color spaces of #305ddd

RGB 4893221
HSL0.620.720.53
HSV224°78°87°
CMYK 0.780.580.00   0.13
XYZ18.184413.677570.0882
Yxy13.67750.17840.1342
Hunter Lab36.983123.0471-86.4747
CIE-Lab43.766830.4934-69.6402

#305ddd color RGB value is (48,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011101 11011101
Octal 60 135 335
Decimal 48 93 221
Hex 30 5D DD

RGB Percentages of Color #305ddd

%13.26
%25.69
%61.05

CMYK Percentages of Color #305ddd

%78
%58
%0
%13

Triadic Colors of #305ddd

#305ddd #dd305d #5ddd30

Analogous Colors of #305ddd

#305ddd #5a30dd #30b4dd

Monochromatic Colors of #305ddd

#305ddd

Complementary Color

#305ddd #ddb030

#305ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#305ddd Color CSS Codes

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

#305ddd Text Font Color

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

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


#305ddd Background Color

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

This div background color is #305ddd


#305ddd Border Color

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

This div border color is #305ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305ddd


Comments

No comments written yet.

Please login to write comment.