Color Hex Logo

#308bce Color Hex

#308BCE
(48,139,206)
0 Favorites   0 Comments

Color spaces of #308bce

RGB 48139206
HSL0.570.620.50
HSV205°77°81°
CMYK 0.770.330.00   0.19
XYZ21.592123.549861.8001
Yxy23.54980.20190.2202
Hunter Lab48.5281-5.5025-41.5355
CIE-Lab55.6342-3.6822-42.0849

#308bce color RGB value is (48,139,206).

#308bce hex color red value is 48, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #308bce hue: 0.57 , saturation: 0.62 and the lightness value of 308bce is 0.50.

The process color (four color CMYK) of #308bce color hex is 0.77, 0.33, 0.00, 0.19. Web safe color of #308bce is #3399cc. Color #308bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001011 11001110
Octal 60 213 316
Decimal 48 139 206
Hex 30 8B CE

RGB Percentages of Color #308bce

%12.21
%35.37
%52.42

CMYK Percentages of Color #308bce

%77
%33
%0
%19

Triadic Colors of #308bce

#308bce #ce308b #8bce30

Analogous Colors of #308bce

#308bce #303cce #30cec2

Monochromatic Colors of #308bce

#308bce

Complementary Color

#308bce #ce7330

#308bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#308bce Color CSS Codes

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

#308bce Text Font Color

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

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


#308bce Background Color

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

This div background color is #308bce


#308bce Border Color

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

This div border color is #308bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308bce


Comments

No comments written yet.

Please login to write comment.