Color Hex Logo

#326ccb Color Hex

#326CCB
(50,108,203)
0 Favorites   0 Comments

Color spaces of #326ccb

RGB 50108203
HSL0.600.600.50
HSV217°75°80°
CMYK 0.750.470.00   0.20
XYZ17.457415.715058.6131
Yxy15.71500.19020.1712
Hunter Lab39.64219.2331-59.9140
CIE-Lab46.598314.3968-54.7671

#326ccb color RGB value is (50,108,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101100 11001011
Octal 62 154 313
Decimal 50 108 203
Hex 32 6C CB

RGB Percentages of Color #326ccb

%13.85
%29.92
%56.23

CMYK Percentages of Color #326ccb

%75
%47
%0
%20

Triadic Colors of #326ccb

#326ccb #cb326c #6ccb32

Analogous Colors of #326ccb

#326ccb #4532cb #32b9cb

Monochromatic Colors of #326ccb

#326ccb

Complementary Color

#326ccb #cb9132

#326ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#326ccb Color CSS Codes

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

#326ccb Text Font Color

<p style="color:#326ccb">Text here</p>

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


#326ccb Background Color

<div style="background-color:#326ccb">
Div content here</div>

This div background color is #326ccb


#326ccb Border Color

<div style="border:3px solid #326ccb">
Div here</div>

This div border color is #326ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,108,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 #326ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326ccb


Comments

No comments written yet.

Please login to write comment.