Color Hex Logo

#30069d Color Hex

#30069D
(48,6,157)
0 Favorites   0 Comments

Color spaces of #30069d

RGB 486157
HSL0.710.930.32
HSV257°96°62°
CMYK 0.690.960.00   0.38
XYZ7.36993.192932.1262
Yxy3.19290.17260.0748
Hunter Lab17.868742.3517-94.0897
CIE-Lab20.800454.5891-69.6975

#30069d color RGB value is (48,6,157).

#30069d hex color red value is 48, green value is 6 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #30069d hue: 0.71 , saturation: 0.93 and the lightness value of 30069d is 0.32.

The process color (four color CMYK) of #30069d color hex is 0.69, 0.96, 0.00, 0.38. Web safe color of #30069d is #330099. Color #30069d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000110 10011101
Octal 60 6 235
Decimal 48 6 157
Hex 30 6 9D

RGB Percentages of Color #30069d

%22.75
%2.84
%74.41

CMYK Percentages of Color #30069d

%69
%96
%0
%38

Triadic Colors of #30069d

#30069d #9d3006 #069d30

Analogous Colors of #30069d

#30069d #7c069d #06289d

Monochromatic Colors of #30069d

#30069d

Complementary Color

#30069d #739d06

#30069d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30069d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30069d Color CSS Codes

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

#30069d Text Font Color

<p style="color:#30069d">Text here</p>

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


#30069d Background Color

<div style="background-color:#30069d">
Div content here</div>

This div background color is #30069d


#30069d Border Color

<div style="border:3px solid #30069d">
Div here</div>

This div border color is #30069d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,6,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30069d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30069d;
  -webkit-box-shadow: 1px 1px 3px 2px #30069d;
  box-shadow:         1px 1px 3px 2px #30069d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30069d


Comments

No comments written yet.

Please login to write comment.