Color Hex Logo

#321bcc Color Hex

#321BCC
(50,27,204)
0 Favorites   0 Comments

Color spaces of #321bcc

RGB 5027204
HSL0.690.770.45
HSV248°87°80°
CMYK 0.750.870.00   0.20
XYZ12.60645.821657.5860
Yxy5.82160.16580.0766
Hunter Lab24.128051.0387-124.6172
CIE-Lab28.957861.2049-84.2258

#321bcc color RGB value is (50,27,204).

#321bcc hex color red value is 50, green value is 27 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #321bcc hue: 0.69 , saturation: 0.77 and the lightness value of 321bcc is 0.45.

The process color (four color CMYK) of #321bcc color hex is 0.75, 0.87, 0.00, 0.20. Web safe color of #321bcc is #3333cc. Color #321bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011011 11001100
Octal 62 33 314
Decimal 50 27 204
Hex 32 1B CC

RGB Percentages of Color #321bcc

%17.79
%9.61
%72.60

CMYK Percentages of Color #321bcc

%75
%87
%0
%20

Triadic Colors of #321bcc

#321bcc #cc321b #1bcc32

Analogous Colors of #321bcc

#321bcc #8b1bcc #1b5ccc

Monochromatic Colors of #321bcc

#321bcc

Complementary Color

#321bcc #b5cc1b

#321bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#321bcc Color CSS Codes

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

#321bcc Text Font Color

<p style="color:#321bcc">Text here</p>

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


#321bcc Background Color

<div style="background-color:#321bcc">
Div content here</div>

This div background color is #321bcc


#321bcc Border Color

<div style="border:3px solid #321bcc">
Div here</div>

This div border color is #321bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,27,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #321bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #321bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #321bcc;
  box-shadow:         1px 1px 3px 2px #321bcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321bcc


Comments

No comments written yet.

Please login to write comment.