Color Hex Logo

#303abd Color Hex

#303ABD
(48,58,189)
0 Favorites   0 Comments

Color spaces of #303abd

RGB 4858189
HSL0.650.590.46
HSV236°75°74°
CMYK 0.750.690.00   0.26
XYZ11.91737.328648.9306
Yxy7.32860.17480.1075
Hunter Lab27.071431.2039-88.2147
CIE-Lab32.543641.0157-69.4965

#303abd color RGB value is (48,58,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111010 10111101
Octal 60 72 275
Decimal 48 58 189
Hex 30 3A BD

RGB Percentages of Color #303abd

%16.27
%19.66
%64.07

CMYK Percentages of Color #303abd

%75
%69
%0
%26

Triadic Colors of #303abd

#303abd #bd303a #3abd30

Analogous Colors of #303abd

#303abd #6d30bd #3081bd

Monochromatic Colors of #303abd

#303abd

Complementary Color

#303abd #bdb330

#303abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#303abd Color CSS Codes

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

#303abd Text Font Color

<p style="color:#303abd">Text here</p>

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


#303abd Background Color

<div style="background-color:#303abd">
Div content here</div>

This div background color is #303abd


#303abd Border Color

<div style="border:3px solid #303abd">
Div here</div>

This div border color is #303abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303abd


Comments

No comments written yet.

Please login to write comment.