Color Hex Logo

#307bea Color Hex

#307BEA
(48,123,234)
0 Favorites   0 Comments

Color spaces of #307bea

RGB 48123234
HSL0.600.820.55
HSV216°79°92°
CMYK 0.790.470.00   0.08
XYZ23.153220.734880.6238
Yxy20.73480.18600.1665
Hunter Lab45.535511.0739-73.1023
CIE-Lab52.658016.3283-62.5626

#307bea color RGB value is (48,123,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111011 11101010
Octal 60 173 352
Decimal 48 123 234
Hex 30 7B EA

RGB Percentages of Color #307bea

%11.85
%30.37
%57.78

CMYK Percentages of Color #307bea

%79
%47
%0
%8

Triadic Colors of #307bea

#307bea #ea307b #7bea30

Analogous Colors of #307bea

#307bea #4230ea #30d8ea

Monochromatic Colors of #307bea

#307bea

Complementary Color

#307bea #ea9f30

#307bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#307bea Color CSS Codes

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

#307bea Text Font Color

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

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


#307bea Background Color

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

This div background color is #307bea


#307bea Border Color

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

This div border color is #307bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307bea


Comments

No comments written yet.

Please login to write comment.