Color Hex Logo

#30527f Color Hex

#30527F
(48,82,127)
0 Favorites   0 Comments

Color spaces of #30527f

RGB 4882127
HSL0.590.450.34
HSV214°62°50°
CMYK 0.620.350.00   0.50
XYZ8.06708.195321.2353
Yxy8.19530.21510.2186
Hunter Lab28.62740.2020-23.9410
CIE-Lab34.38642.5501-29.1104

#30527f color RGB value is (48,82,127).

#30527f hex color red value is 48, green value is 82 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #30527f hue: 0.59 , saturation: 0.45 and the lightness value of 30527f is 0.34.

The process color (four color CMYK) of #30527f color hex is 0.62, 0.35, 0.00, 0.50. Web safe color of #30527f is #336666. Color #30527f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010010 01111111
Octal 60 122 177
Decimal 48 82 127
Hex 30 52 7F

RGB Percentages of Color #30527f

%18.68
%31.91
%49.42

CMYK Percentages of Color #30527f

%62
%35
%0
%50

Triadic Colors of #30527f

#30527f #7f3052 #527f30

Analogous Colors of #30527f

#30527f #35307f #307a7f

Monochromatic Colors of #30527f

#30527f

Complementary Color

#30527f #7f5d30

#30527f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30527f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30527f Color CSS Codes

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

#30527f Text Font Color

<p style="color:#30527f">Text here</p>

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


#30527f Background Color

<div style="background-color:#30527f">
Div content here</div>

This div background color is #30527f


#30527f Border Color

<div style="border:3px solid #30527f">
Div here</div>

This div border color is #30527f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30527f


Comments

No comments written yet.

Please login to write comment.