Color Hex Logo

#305edd Color Hex

#305EDD
(48,94,221)
0 Favorites   0 Comments

Color spaces of #305edd

RGB 4894221
HSL0.620.720.53
HSV224°78°87°
CMYK 0.780.570.00   0.13
XYZ18.272813.854270.1177
Yxy13.85420.17870.1355
Hunter Lab37.221222.4928-85.6362
CIE-Lab44.023129.8548-69.2226

#305edd color RGB value is (48,94,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011110 11011101
Octal 60 136 335
Decimal 48 94 221
Hex 30 5E DD

RGB Percentages of Color #305edd

%13.22
%25.90
%60.88

CMYK Percentages of Color #305edd

%78
%57
%0
%13

Triadic Colors of #305edd

#305edd #dd305e #5edd30

Analogous Colors of #305edd

#305edd #5930dd #30b5dd

Monochromatic Colors of #305edd

#305edd

Complementary Color

#305edd #ddaf30

#305edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#305edd Color CSS Codes

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

#305edd Text Font Color

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

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


#305edd Background Color

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

This div background color is #305edd


#305edd Border Color

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

This div border color is #305edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305edd


Comments

No comments written yet.

Please login to write comment.