Color Hex Logo

#30195d Color Hex

#30195D
(48,25,93)
0 Favorites   0 Comments

Color spaces of #30195d

RGB 482593
HSL0.720.580.23
HSV260°73°36°
CMYK 0.480.730.00   0.64
XYZ3.54232.114010.5773
Yxy2.11400.21820.1302
Hunter Lab14.539618.0439-32.9547
CIE-Lab16.074528.7617-36.6386

#30195d color RGB value is (48,25,93).

#30195d hex color red value is 48, green value is 25 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #30195d hue: 0.72 , saturation: 0.58 and the lightness value of 30195d is 0.23.

The process color (four color CMYK) of #30195d color hex is 0.48, 0.73, 0.00, 0.64. Web safe color of #30195d is #330066. Color #30195d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011001 01011101
Octal 60 31 135
Decimal 48 25 93
Hex 30 19 5D

RGB Percentages of Color #30195d

%28.92
%15.06
%56.02

CMYK Percentages of Color #30195d

%48
%73
%0
%64

Triadic Colors of #30195d

#30195d #5d3019 #195d30

Analogous Colors of #30195d

#30195d #52195d #19245d

Monochromatic Colors of #30195d

#30195d

Complementary Color

#30195d #465d19

#30195d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30195d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30195d Color CSS Codes

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

#30195d Text Font Color

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

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


#30195d Background Color

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

This div background color is #30195d


#30195d Border Color

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

This div border color is #30195d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30195d


Comments

No comments written yet.

Please login to write comment.