Color Hex Logo

#325dcb Color Hex

#325DCB
(50,93,203)
0 Favorites   0 Comments

Color spaces of #325dcb

RGB 5093203
HSL0.620.600.50
HSV223°75°80°
CMYK 0.750.540.00   0.20
XYZ16.009212.818658.1304
Yxy12.81860.18410.1474
Hunter Lab35.803117.1602-71.2020
CIE-Lab42.488624.0239-61.4049

#325dcb color RGB value is (50,93,203).

#325dcb hex color red value is 50, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #325dcb hue: 0.62 , saturation: 0.60 and the lightness value of 325dcb is 0.50.

The process color (four color CMYK) of #325dcb color hex is 0.75, 0.54, 0.00, 0.20. Web safe color of #325dcb is #3366cc. Color #325dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011101 11001011
Octal 62 135 313
Decimal 50 93 203
Hex 32 5D CB

RGB Percentages of Color #325dcb

%14.45
%26.88
%58.67

CMYK Percentages of Color #325dcb

%75
%54
%0
%20

Triadic Colors of #325dcb

#325dcb #cb325d #5dcb32

Analogous Colors of #325dcb

#325dcb #5432cb #32aacb

Monochromatic Colors of #325dcb

#325dcb

Complementary Color

#325dcb #cba032

#325dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#325dcb Color CSS Codes

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

#325dcb Text Font Color

<p style="color:#325dcb">Text here</p>

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


#325dcb Background Color

<div style="background-color:#325dcb">
Div content here</div>

This div background color is #325dcb


#325dcb Border Color

<div style="border:3px solid #325dcb">
Div here</div>

This div border color is #325dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,93,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #325dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #325dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #325dcb;
  box-shadow:         1px 1px 3px 2px #325dcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325dcb


Comments

No comments written yet.

Please login to write comment.