Color Hex Logo

#304ebd Color Hex

#304EBD
(48,78,189)
0 Favorites   0 Comments

Color spaces of #304ebd

RGB 4878189
HSL0.630.590.46
HSV227°75°74°
CMYK 0.750.590.00   0.26
XYZ13.12869.751349.3343
Yxy9.75130.18180.1350
Hunter Lab31.227120.3982-71.8108
CIE-Lab37.392328.3227-61.5567

#304ebd color RGB value is (48,78,189).

#304ebd hex color red value is 48, green value is 78 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #304ebd hue: 0.63 , saturation: 0.59 and the lightness value of 304ebd is 0.46.

The process color (four color CMYK) of #304ebd color hex is 0.75, 0.59, 0.00, 0.26. Web safe color of #304ebd is #3366cc. Color #304ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001110 10111101
Octal 60 116 275
Decimal 48 78 189
Hex 30 4E BD

RGB Percentages of Color #304ebd

%15.24
%24.76
%60.00

CMYK Percentages of Color #304ebd

%75
%59
%0
%26

Triadic Colors of #304ebd

#304ebd #bd304e #4ebd30

Analogous Colors of #304ebd

#304ebd #5930bd #3095bd

Monochromatic Colors of #304ebd

#304ebd

Complementary Color

#304ebd #bd9f30

#304ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#304ebd Color CSS Codes

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

#304ebd Text Font Color

<p style="color:#304ebd">Text here</p>

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


#304ebd Background Color

<div style="background-color:#304ebd">
Div content here</div>

This div background color is #304ebd


#304ebd Border Color

<div style="border:3px solid #304ebd">
Div here</div>

This div border color is #304ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,78,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #304ebd;
  box-shadow:         1px 1px 3px 2px #304ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304ebd


Comments

No comments written yet.

Please login to write comment.