Color Hex Logo

#303ca6 Color Hex

#303CA6
(48,60,166)
0 Favorites   0 Comments

Color spaces of #303ca6

RGB 4860166
HSL0.650.550.42
HSV234°71°65°
CMYK 0.710.640.00   0.35
XYZ9.71776.613336.8407
Yxy6.61330.18280.1244
Hunter Lab25.716322.4481-66.9362
CIE-Lab30.909931.6026-58.4856

#303ca6 color RGB value is (48,60,166).

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

The process color (four color CMYK) of #303ca6 color hex is 0.71, 0.64, 0.00, 0.35. Web safe color of #303ca6 is #333399. Color #303ca6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111100 10100110
Octal 60 74 246
Decimal 48 60 166
Hex 30 3C A6

RGB Percentages of Color #303ca6

%17.52
%21.90
%60.58

CMYK Percentages of Color #303ca6

%71
%64
%0
%35

Triadic Colors of #303ca6

#303ca6 #a6303c #3ca630

Analogous Colors of #303ca6

#303ca6 #5f30a6 #3077a6

Monochromatic Colors of #303ca6

#303ca6

Complementary Color

#303ca6 #a69a30

#303ca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303ca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#303ca6 Color CSS Codes

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

#303ca6 Text Font Color

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

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


#303ca6 Background Color

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

This div background color is #303ca6


#303ca6 Border Color

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

This div border color is #303ca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303ca6


Comments

No comments written yet.

Please login to write comment.