Color Hex Logo

#307fae Color Hex

#307FAE
(48,127,174)
0 Favorites   0 Comments

Color spaces of #307fae

RGB 48127174
HSL0.560.570.44
HSV202°72°68°
CMYK 0.720.270.00   0.32
XYZ16.448318.863142.8184
Yxy18.86310.21050.2414
Hunter Lab43.4317-8.4045-28.0506
CIE-Lab50.5267-8.1209-31.8267

#307fae color RGB value is (48,127,174).

#307fae hex color red value is 48, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #307fae hue: 0.56 , saturation: 0.57 and the lightness value of 307fae is 0.44.

The process color (four color CMYK) of #307fae color hex is 0.72, 0.27, 0.00, 0.32. Web safe color of #307fae is #336699. Color #307fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111111 10101110
Octal 60 177 256
Decimal 48 127 174
Hex 30 7F AE

RGB Percentages of Color #307fae

%13.75
%36.39
%49.86

CMYK Percentages of Color #307fae

%72
%27
%0
%32

Triadic Colors of #307fae

#307fae #ae307f #7fae30

Analogous Colors of #307fae

#307fae #3040ae #30ae9e

Monochromatic Colors of #307fae

#307fae

Complementary Color

#307fae #ae5f30

#307fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#307fae Color CSS Codes

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

#307fae Text Font Color

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

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


#307fae Background Color

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

This div background color is #307fae


#307fae Border Color

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

This div border color is #307fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307fae


Comments

No comments written yet.

Please login to write comment.