Color Hex Logo

#307ccd Color Hex

#307CCD
(48,124,205)
0 Favorites   0 Comments

Color spaces of #307ccd

RGB 48124205
HSL0.590.620.50
HSV211°77°80°
CMYK 0.770.400.00   0.20
XYZ19.446019.451560.4872
Yxy19.45150.19570.1957
Hunter Lab44.10391.5214-50.4419
CIE-Lab51.21134.9195-48.5295

#307ccd color RGB value is (48,124,205).

#307ccd hex color red value is 48, green value is 124 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #307ccd hue: 0.59 , saturation: 0.62 and the lightness value of 307ccd is 0.50.

The process color (four color CMYK) of #307ccd color hex is 0.77, 0.40, 0.00, 0.20. Web safe color of #307ccd is #3366cc. Color #307ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111100 11001101
Octal 60 174 315
Decimal 48 124 205
Hex 30 7C CD

RGB Percentages of Color #307ccd

%12.73
%32.89
%54.38

CMYK Percentages of Color #307ccd

%77
%40
%0
%20

Triadic Colors of #307ccd

#307ccd #cd307c #7ccd30

Analogous Colors of #307ccd

#307ccd #3330cd #30cbcd

Monochromatic Colors of #307ccd

#307ccd

Complementary Color

#307ccd #cd8130

#307ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#307ccd Color CSS Codes

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

#307ccd Text Font Color

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

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


#307ccd Background Color

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

This div background color is #307ccd


#307ccd Border Color

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

This div border color is #307ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307ccd


Comments

No comments written yet.

Please login to write comment.