Color Hex Logo

#323fcb Color Hex

#323FCB
(50,63,203)
0 Favorites   0 Comments

Color spaces of #323fcb

RGB 5063203
HSL0.650.600.50
HSV235°75°80°
CMYK 0.750.690.00   0.20
XYZ13.87248.544957.4181
Yxy8.54490.17380.1070
Hunter Lab29.231733.5549-95.9978
CIE-Lab35.092943.0258-73.4908

#323fcb color RGB value is (50,63,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111111 11001011
Octal 62 77 313
Decimal 50 63 203
Hex 32 3F CB

RGB Percentages of Color #323fcb

%15.82
%19.94
%64.24

CMYK Percentages of Color #323fcb

%75
%69
%0
%20

Triadic Colors of #323fcb

#323fcb #cb323f #3fcb32

Analogous Colors of #323fcb

#323fcb #7232cb #328ccb

Monochromatic Colors of #323fcb

#323fcb

Complementary Color

#323fcb #cbbe32

#323fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#323fcb Color CSS Codes

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

#323fcb Text Font Color

<p style="color:#323fcb">Text here</p>

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


#323fcb Background Color

<div style="background-color:#323fcb">
Div content here</div>

This div background color is #323fcb


#323fcb Border Color

<div style="border:3px solid #323fcb">
Div here</div>

This div border color is #323fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323fcb


Comments

No comments written yet.

Please login to write comment.