Color Hex Logo

#321ecb Color Hex

#321ECB
(50,30,203)
0 Favorites   0 Comments

Color spaces of #321ecb

RGB 5030203
HSL0.690.740.46
HSV247°85°80°
CMYK 0.750.850.00   0.20
XYZ12.55925.918556.9803
Yxy5.91850.16640.0784
Hunter Lab24.328049.5759-121.8378
CIE-Lab29.205959.8170-83.2290

#321ecb color RGB value is (50,30,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011110 11001011
Octal 62 36 313
Decimal 50 30 203
Hex 32 1E CB

RGB Percentages of Color #321ecb

%17.67
%10.60
%71.73

CMYK Percentages of Color #321ecb

%75
%85
%0
%20

Triadic Colors of #321ecb

#321ecb #cb321e #1ecb32

Analogous Colors of #321ecb

#321ecb #891ecb #1e61cb

Monochromatic Colors of #321ecb

#321ecb

Complementary Color

#321ecb #b7cb1e

#321ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#321ecb Color CSS Codes

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

#321ecb Text Font Color

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

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


#321ecb Background Color

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

This div background color is #321ecb


#321ecb Border Color

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

This div border color is #321ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321ecb


Comments

No comments written yet.

Please login to write comment.