Color Hex Logo

#307afa Color Hex

#307AFA
(48,122,250)
0 Favorites   0 Comments

Color spaces of #307afa

RGB 48122250
HSL0.610.950.58
HSV218°81°98°
CMYK 0.810.510.00   0.02
XYZ25.433821.449693.2422
Yxy21.44960.18150.1531
Hunter Lab46.313716.9767-86.9474
CIE-Lab53.438122.8995-70.2036

#307afa color RGB value is (48,122,250).

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

The process color (four color CMYK) of #307afa color hex is 0.81, 0.51, 0.00, 0.02. Web safe color of #307afa is #3366ff. Color #307afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111010 11111010
Octal 60 172 372
Decimal 48 122 250
Hex 30 7A FA

RGB Percentages of Color #307afa

%11.43
%29.05
%59.52

CMYK Percentages of Color #307afa

%81
%51
%0
%2

Triadic Colors of #307afa

#307afa #fa307a #7afa30

Analogous Colors of #307afa

#307afa #4b30fa #30dffa

Monochromatic Colors of #307afa

#307afa

Complementary Color

#307afa #fab030

#307afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#307afa Color CSS Codes

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

#307afa Text Font Color

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

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


#307afa Background Color

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

This div background color is #307afa


#307afa Border Color

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

This div border color is #307afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307afa


Comments

No comments written yet.

Please login to write comment.