Color Hex Logo

#307fca Color Hex

#307FCA
(48,127,202)
0 Favorites   0 Comments

Color spaces of #307fca

RGB 48127202
HSL0.580.620.49
HSV209°76°79°
CMYK 0.760.370.00   0.21
XYZ19.469020.071458.7252
Yxy20.07140.19810.2043
Hunter Lab44.8011-0.8321-46.3564
CIE-Lab51.91781.9902-45.6992

#307fca color RGB value is (48,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111111 11001010
Octal 60 177 312
Decimal 48 127 202
Hex 30 7F CA

RGB Percentages of Color #307fca

%12.73
%33.69
%53.58

CMYK Percentages of Color #307fca

%76
%37
%0
%21

Triadic Colors of #307fca

#307fca #ca307f #7fca30

Analogous Colors of #307fca

#307fca #3032ca #30cac8

Monochromatic Colors of #307fca

#307fca

Complementary Color

#307fca #ca7b30

#307fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#307fca Color CSS Codes

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

#307fca Text Font Color

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

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


#307fca Background Color

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

This div background color is #307fca


#307fca Border Color

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

This div border color is #307fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307fca


Comments

No comments written yet.

Please login to write comment.