Color Hex Logo

#307bdc Color Hex

#307BDC
(48,123,220)
0 Favorites   0 Comments

Color spaces of #307bdc

RGB 48123220
HSL0.590.710.53
HSV214°78°86°
CMYK 0.780.440.00   0.14
XYZ21.220219.961670.4447
Yxy19.96160.19010.1788
Hunter Lab44.67846.5921-62.2080
CIE-Lab51.793811.1097-56.0929

#307bdc color RGB value is (48,123,220).

#307bdc hex color red value is 48, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #307bdc hue: 0.59 , saturation: 0.71 and the lightness value of 307bdc is 0.53.

The process color (four color CMYK) of #307bdc color hex is 0.78, 0.44, 0.00, 0.14. Web safe color of #307bdc is #3366cc. Color #307bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111011 11011100
Octal 60 173 334
Decimal 48 123 220
Hex 30 7B DC

RGB Percentages of Color #307bdc

%12.28
%31.46
%56.27

CMYK Percentages of Color #307bdc

%78
%44
%0
%14

Triadic Colors of #307bdc

#307bdc #dc307b #7bdc30

Analogous Colors of #307bdc

#307bdc #3b30dc #30d1dc

Monochromatic Colors of #307bdc

#307bdc

Complementary Color

#307bdc #dc9130

#307bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#307bdc Color CSS Codes

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

#307bdc Text Font Color

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

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


#307bdc Background Color

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

This div background color is #307bdc


#307bdc Border Color

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

This div border color is #307bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307bdc


Comments

No comments written yet.

Please login to write comment.