Color Hex Logo

#30235d Color Hex

#30235D
(48,35,93)
0 Favorites   0 Comments

Color spaces of #30235d

RGB 483593
HSL0.700.450.25
HSV253°62°36°
CMYK 0.480.620.00   0.64
XYZ3.79572.620810.6617
Yxy2.62080.22230.1535
Hunter Lab16.188913.5212-27.7151
CIE-Lab18.456422.3861-32.7758

#30235d color RGB value is (48,35,93).

#30235d hex color red value is 48, green value is 35 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #30235d hue: 0.70 , saturation: 0.45 and the lightness value of 30235d is 0.25.

The process color (four color CMYK) of #30235d color hex is 0.48, 0.62, 0.00, 0.64. Web safe color of #30235d is #333366. Color #30235d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00100011 01011101
Octal 60 43 135
Decimal 48 35 93
Hex 30 23 5D

RGB Percentages of Color #30235d

%27.27
%19.89
%52.84

CMYK Percentages of Color #30235d

%48
%62
%0
%64

Triadic Colors of #30235d

#30235d #5d3023 #235d30

Analogous Colors of #30235d

#30235d #4d235d #23335d

Monochromatic Colors of #30235d

#30235d

Complementary Color

#30235d #505d23

#30235d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30235d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30235d Color CSS Codes

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

#30235d Text Font Color

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

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


#30235d Background Color

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

This div background color is #30235d


#30235d Border Color

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

This div border color is #30235d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30235d


Comments

No comments written yet.

Please login to write comment.