Color Hex Logo

#307dcf Color Hex

#307DCF
(48,125,207)
0 Favorites   0 Comments

Color spaces of #307dcf

RGB 48125207
HSL0.590.620.50
HSV211°77°81°
CMYK 0.770.400.00   0.19
XYZ19.815019.800661.8090
Yxy19.80060.19540.1952
Hunter Lab44.49791.6152-51.2073
CIE-Lab51.61105.0486-49.0294

#307dcf color RGB value is (48,125,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111101 11001111
Octal 60 175 317
Decimal 48 125 207
Hex 30 7D CF

RGB Percentages of Color #307dcf

%12.63
%32.89
%54.47

CMYK Percentages of Color #307dcf

%77
%40
%0
%19

Triadic Colors of #307dcf

#307dcf #cf307d #7dcf30

Analogous Colors of #307dcf

#307dcf #3230cf #30cdcf

Monochromatic Colors of #307dcf

#307dcf

Complementary Color

#307dcf #cf8230

#307dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#307dcf Color CSS Codes

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

#307dcf Text Font Color

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

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


#307dcf Background Color

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

This div background color is #307dcf


#307dcf Border Color

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

This div border color is #307dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307dcf


Comments

No comments written yet.

Please login to write comment.