Color Hex Logo

#300ebd Color Hex

#300EBD
(48,14,189)
0 Favorites   0 Comments

Color spaces of #300ebd

RGB 4814189
HSL0.700.860.40
HSV252°93°74°
CMYK 0.750.930.00   0.26
XYZ10.56134.616648.4786
Yxy4.61660.16590.0725
Hunter Lab21.486350.1384-118.7332
CIE-Lab25.613361.0113-80.9720

#300ebd color RGB value is (48,14,189).

#300ebd hex color red value is 48, green value is 14 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #300ebd hue: 0.70 , saturation: 0.86 and the lightness value of 300ebd is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001110 10111101
Octal 60 16 275
Decimal 48 14 189
Hex 30 E BD

RGB Percentages of Color #300ebd

%19.12
%5.58
%75.30

CMYK Percentages of Color #300ebd

%75
%93
%0
%26

Triadic Colors of #300ebd

#300ebd #bd300e #0ebd30

Analogous Colors of #300ebd

#300ebd #880ebd #0e44bd

Monochromatic Colors of #300ebd

#300ebd

Complementary Color

#300ebd #9bbd0e

#300ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#300ebd Color CSS Codes

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

#300ebd Text Font Color

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

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


#300ebd Background Color

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

This div background color is #300ebd


#300ebd Border Color

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

This div border color is #300ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300ebd


Comments

No comments written yet.

Please login to write comment.