Color Hex Logo

#305fae Color Hex

#305FAE
(48,95,174)
0 Favorites   0 Comments

Color spaces of #305fae

RGB 4895174
HSL0.600.570.44
HSV218°72°68°
CMYK 0.720.450.00   0.32
XYZ12.951111.868841.6527
Yxy11.86880.19480.1786
Hunter Lab34.45116.8135-47.5680
CIE-Lab41.006811.5728-46.8982

#305fae color RGB value is (48,95,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011111 10101110
Octal 60 137 256
Decimal 48 95 174
Hex 30 5F AE

RGB Percentages of Color #305fae

%15.14
%29.97
%54.89

CMYK Percentages of Color #305fae

%72
%45
%0
%32

Triadic Colors of #305fae

#305fae #ae305f #5fae30

Analogous Colors of #305fae

#305fae #4030ae #309eae

Monochromatic Colors of #305fae

#305fae

Complementary Color

#305fae #ae7f30

#305fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#305fae Color CSS Codes

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

#305fae Text Font Color

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

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


#305fae Background Color

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

This div background color is #305fae


#305fae Border Color

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

This div border color is #305fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,95,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 #305fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305fae


Comments

No comments written yet.

Please login to write comment.