Color Hex Logo

#307cc8 Color Hex

#307CC8
(48,124,200)
0 Favorites   0 Comments

Color spaces of #307cc8

RGB 48124200
HSL0.580.610.49
HSV210°76°78°
CMYK 0.760.380.00   0.22
XYZ18.851919.213857.3586
Yxy19.21380.19760.2014
Hunter Lab43.83350.0604-46.9007
CIE-Lab50.93643.0730-46.1185

#307cc8 color RGB value is (48,124,200).

#307cc8 hex color red value is 48, green value is 124 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #307cc8 hue: 0.58 , saturation: 0.61 and the lightness value of 307cc8 is 0.49.

The process color (four color CMYK) of #307cc8 color hex is 0.76, 0.38, 0.00, 0.22. Web safe color of #307cc8 is #3366cc. Color #307cc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111100 11001000
Octal 60 174 310
Decimal 48 124 200
Hex 30 7C C8

RGB Percentages of Color #307cc8

%12.90
%33.33
%53.76

CMYK Percentages of Color #307cc8

%76
%38
%0
%22

Triadic Colors of #307cc8

#307cc8 #c8307c #7cc830

Analogous Colors of #307cc8

#307cc8 #3030c8 #30c8c8

Monochromatic Colors of #307cc8

#307cc8

Complementary Color

#307cc8 #c87c30

#307cc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307cc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307cc8 Color CSS Codes

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

#307cc8 Text Font Color

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

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


#307cc8 Background Color

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

This div background color is #307cc8


#307cc8 Border Color

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

This div border color is #307cc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307cc8


Comments

No comments written yet.

Please login to write comment.