Color Hex Logo

#305edc Color Hex

#305EDC
(48,94,220)
0 Favorites   0 Comments

Color spaces of #305edc

RGB 4894220
HSL0.620.710.53
HSV224°78°86°
CMYK 0.780.570.00   0.14
XYZ18.139913.801169.4179
Yxy13.80110.17900.1362
Hunter Lab37.149822.1476-84.7840
CIE-Lab43.946329.4845-68.7785

#305edc color RGB value is (48,94,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011110 11011100
Octal 60 136 334
Decimal 48 94 220
Hex 30 5E DC

RGB Percentages of Color #305edc

%13.26
%25.97
%60.77

CMYK Percentages of Color #305edc

%78
%57
%0
%14

Triadic Colors of #305edc

#305edc #dc305e #5edc30

Analogous Colors of #305edc

#305edc #5830dc #30b4dc

Monochromatic Colors of #305edc

#305edc

Complementary Color

#305edc #dcae30

#305edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#305edc Color CSS Codes

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

#305edc Text Font Color

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

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


#305edc Background Color

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

This div background color is #305edc


#305edc Border Color

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

This div border color is #305edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305edc


Comments

No comments written yet.

Please login to write comment.