Color Hex Logo

#321ccb Color Hex

#321CCB
(50,28,203)
0 Favorites   0 Comments

Color spaces of #321ccb

RGB 5028203
HSL0.690.760.45
HSV248°86°80°
CMYK 0.750.860.00   0.20
XYZ12.51015.820456.9640
Yxy5.82040.16610.0773
Hunter Lab24.125550.3402-123.1049
CIE-Lab28.954860.5673-83.6467

#321ccb color RGB value is (50,28,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011100 11001011
Octal 62 34 313
Decimal 50 28 203
Hex 32 1C CB

RGB Percentages of Color #321ccb

%17.79
%9.96
%72.24

CMYK Percentages of Color #321ccb

%75
%86
%0
%20

Triadic Colors of #321ccb

#321ccb #cb321c #1ccb32

Analogous Colors of #321ccb

#321ccb #8a1ccb #1c5ecb

Monochromatic Colors of #321ccb

#321ccb

Complementary Color

#321ccb #b5cb1c

#321ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#321ccb Color CSS Codes

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

#321ccb Text Font Color

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

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


#321ccb Background Color

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

This div background color is #321ccb


#321ccb Border Color

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

This div border color is #321ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321ccb


Comments

No comments written yet.

Please login to write comment.