Color Hex Logo

#30217d Color Hex

#30217D
(48,33,125)
0 Favorites   0 Comments

Color spaces of #30217d

RGB 4833125
HSL0.690.580.31
HSV250°74°49°
CMYK 0.620.740.00   0.51
XYZ5.46453.196819.7311
Yxy3.19680.19250.1126
Hunter Lab17.879623.2652-52.9140
CIE-Lab20.815434.2906-49.7027

#30217d color RGB value is (48,33,125).

#30217d hex color red value is 48, green value is 33 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #30217d hue: 0.69 , saturation: 0.58 and the lightness value of 30217d is 0.31.

The process color (four color CMYK) of #30217d color hex is 0.62, 0.74, 0.00, 0.51. Web safe color of #30217d is #333366. Color #30217d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00100001 01111101
Octal 60 41 175
Decimal 48 33 125
Hex 30 21 7D

RGB Percentages of Color #30217d

%23.30
%16.02
%60.68

CMYK Percentages of Color #30217d

%62
%74
%0
%51

Triadic Colors of #30217d

#30217d #7d3021 #217d30

Analogous Colors of #30217d

#30217d #5e217d #21407d

Monochromatic Colors of #30217d

#30217d

Complementary Color

#30217d #6e7d21

#30217d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30217d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30217d Color CSS Codes

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

#30217d Text Font Color

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

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


#30217d Background Color

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

This div background color is #30217d


#30217d Border Color

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

This div border color is #30217d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30217d


Comments

No comments written yet.

Please login to write comment.