Color Hex Logo

#309cea Color Hex

#309CEA
(48,156,234)
0 Favorites   0 Comments

Color spaces of #309cea

RGB 48156234
HSL0.570.820.55
HSV205°79°92°
CMYK 0.790.330.00   0.08
XYZ27.958730.345882.2257
Yxy30.34580.19900.2159
Hunter Lab55.0870-5.8069-49.9384
CIE-Lab61.9514-3.4686-47.7300

#309cea color RGB value is (48,156,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011100 11101010
Octal 60 234 352
Decimal 48 156 234
Hex 30 9C EA

RGB Percentages of Color #309cea

%10.96
%35.62
%53.42

CMYK Percentages of Color #309cea

%79
%33
%0
%8

Triadic Colors of #309cea

#309cea #ea309c #9cea30

Analogous Colors of #309cea

#309cea #303fea #30eadb

Monochromatic Colors of #309cea

#309cea

Complementary Color

#309cea #ea7e30

#309cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#309cea Color CSS Codes

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

#309cea Text Font Color

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

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


#309cea Background Color

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

This div background color is #309cea


#309cea Border Color

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

This div border color is #309cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309cea

#309cea Color Palettes


Comments

No comments written yet.

Please login to write comment.