Color Hex Logo

#308bea Color Hex

#308BEA
(48,139,234)
0 Favorites   0 Comments

Color spaces of #308bea

RGB 48139234
HSL0.590.820.55
HSV211°79°92°
CMYK 0.790.410.00   0.08
XYZ25.302825.034181.3404
Yxy25.03410.19220.1901
Hunter Lab50.03412.7098-61.3639
CIE-Lab57.10866.5240-55.4237

#308bea color RGB value is (48,139,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001011 11101010
Octal 60 213 352
Decimal 48 139 234
Hex 30 8B EA

RGB Percentages of Color #308bea

%11.40
%33.02
%55.58

CMYK Percentages of Color #308bea

%79
%41
%0
%8

Triadic Colors of #308bea

#308bea #ea308b #8bea30

Analogous Colors of #308bea

#308bea #3230ea #30e8ea

Monochromatic Colors of #308bea

#308bea

Complementary Color

#308bea #ea8f30

#308bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#308bea Color CSS Codes

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

#308bea Text Font Color

<p style="color:#308bea">Text here</p>

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


#308bea Background Color

<div style="background-color:#308bea">
Div content here</div>

This div background color is #308bea


#308bea Border Color

<div style="border:3px solid #308bea">
Div here</div>

This div border color is #308bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308bea


Comments

No comments written yet.

Please login to write comment.