Color Hex Logo

#301dbd Color Hex

#301DBD
(48,29,189)
0 Favorites   0 Comments

Color spaces of #301dbd

RGB 4829189
HSL0.690.730.43
HSV247°85°74°
CMYK 0.750.850.00   0.26
XYZ10.84365.181248.5727
Yxy5.18120.16790.0802
Hunter Lab22.762245.2008-110.5862
CIE-Lab27.244956.1015-78.2577

#301dbd color RGB value is (48,29,189).

#301dbd hex color red value is 48, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #301dbd hue: 0.69 , saturation: 0.73 and the lightness value of 301dbd is 0.43.

The process color (four color CMYK) of #301dbd color hex is 0.75, 0.85, 0.00, 0.26. Web safe color of #301dbd is #3333cc. Color #301dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011101 10111101
Octal 60 35 275
Decimal 48 29 189
Hex 30 1D BD

RGB Percentages of Color #301dbd

%18.05
%10.90
%71.05

CMYK Percentages of Color #301dbd

%75
%85
%0
%26

Triadic Colors of #301dbd

#301dbd #bd301d #1dbd30

Analogous Colors of #301dbd

#301dbd #801dbd #1d5abd

Monochromatic Colors of #301dbd

#301dbd

Complementary Color

#301dbd #aabd1d

#301dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#301dbd Color CSS Codes

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

#301dbd Text Font Color

<p style="color:#301dbd">Text here</p>

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


#301dbd Background Color

<div style="background-color:#301dbd">
Div content here</div>

This div background color is #301dbd


#301dbd Border Color

<div style="border:3px solid #301dbd">
Div here</div>

This div border color is #301dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301dbd


Comments

No comments written yet.

Please login to write comment.