Color Hex Logo

#306cea Color Hex

#306CEA
(48,108,234)
0 Favorites   0 Comments

Color spaces of #306cea

RGB 48108234
HSL0.610.820.55
HSV221°79°92°
CMYK 0.790.540.00   0.08
XYZ21.432817.294080.0504
Yxy17.29400.18040.1456
Hunter Lab41.586119.2205-85.0191
CIE-Lab48.628425.7633-69.0804

#306cea color RGB value is (48,108,234).

#306cea hex color red value is 48, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #306cea hue: 0.61 , saturation: 0.82 and the lightness value of 306cea is 0.55.

The process color (four color CMYK) of #306cea color hex is 0.79, 0.54, 0.00, 0.08. Web safe color of #306cea is #3366ff. Color #306cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101100 11101010
Octal 60 154 352
Decimal 48 108 234
Hex 30 6C EA

RGB Percentages of Color #306cea

%12.31
%27.69
%60.00

CMYK Percentages of Color #306cea

%79
%54
%0
%8

Triadic Colors of #306cea

#306cea #ea306c #6cea30

Analogous Colors of #306cea

#306cea #5130ea #30c9ea

Monochromatic Colors of #306cea

#306cea

Complementary Color

#306cea #eaae30

#306cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#306cea Color CSS Codes

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

#306cea Text Font Color

<p style="color:#306cea">Text here</p>

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


#306cea Background Color

<div style="background-color:#306cea">
Div content here</div>

This div background color is #306cea


#306cea Border Color

<div style="border:3px solid #306cea">
Div here</div>

This div border color is #306cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,108,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #306cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #306cea;
  -webkit-box-shadow: 1px 1px 3px 2px #306cea;
  box-shadow:         1px 1px 3px 2px #306cea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306cea


Comments

No comments written yet.

Please login to write comment.