Color Hex Logo

#303caf Color Hex

#303CAF
(48,60,175)
0 Favorites   0 Comments

Color spaces of #303caf

RGB 4860175
HSL0.650.570.44
HSV234°73°69°
CMYK 0.730.660.00   0.31
XYZ10.57266.955241.3427
Yxy6.95520.17960.1181
Hunter Lab26.372725.4069-74.4840
CIE-Lab31.704734.8409-62.5753

#303caf color RGB value is (48,60,175).

#303caf hex color red value is 48, green value is 60 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #303caf hue: 0.65 , saturation: 0.57 and the lightness value of 303caf is 0.44.

The process color (four color CMYK) of #303caf color hex is 0.73, 0.66, 0.00, 0.31. Web safe color of #303caf is #333399. Color #303caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111100 10101111
Octal 60 74 257
Decimal 48 60 175
Hex 30 3C AF

RGB Percentages of Color #303caf

%16.96
%21.20
%61.84

CMYK Percentages of Color #303caf

%73
%66
%0
%31

Triadic Colors of #303caf

#303caf #af303c #3caf30

Analogous Colors of #303caf

#303caf #6430af #307caf

Monochromatic Colors of #303caf

#303caf

Complementary Color

#303caf #afa330

#303caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#303caf Color CSS Codes

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

#303caf Text Font Color

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

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


#303caf Background Color

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

This div background color is #303caf


#303caf Border Color

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

This div border color is #303caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303caf


Comments

No comments written yet.

Please login to write comment.