Color Hex Logo

#324bca Color Hex

#324BCA
(50,75,202)
0 Favorites   0 Comments

Color spaces of #324bca

RGB 5075202
HSL0.640.600.49
HSV230°75°79°
CMYK 0.750.630.00   0.21
XYZ14.49219.974557.0386
Yxy9.97450.17780.1224
Hunter Lab31.582426.6383-84.9714
CIE-Lab37.796635.2347-68.4724

#324bca color RGB value is (50,75,202).

#324bca hex color red value is 50, green value is 75 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #324bca hue: 0.64 , saturation: 0.60 and the lightness value of 324bca is 0.49.

The process color (four color CMYK) of #324bca color hex is 0.75, 0.63, 0.00, 0.21. Web safe color of #324bca is #3333cc. Color #324bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001011 11001010
Octal 62 113 312
Decimal 50 75 202
Hex 32 4B CA

RGB Percentages of Color #324bca

%15.29
%22.94
%61.77

CMYK Percentages of Color #324bca

%75
%63
%0
%21

Triadic Colors of #324bca

#324bca #ca324b #4bca32

Analogous Colors of #324bca

#324bca #6532ca #3297ca

Monochromatic Colors of #324bca

#324bca

Complementary Color

#324bca #cab132

#324bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#324bca Color CSS Codes

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

#324bca Text Font Color

<p style="color:#324bca">Text here</p>

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


#324bca Background Color

<div style="background-color:#324bca">
Div content here</div>

This div background color is #324bca


#324bca Border Color

<div style="border:3px solid #324bca">
Div here</div>

This div border color is #324bca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,75,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #324bca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #324bca;
  -webkit-box-shadow: 1px 1px 3px 2px #324bca;
  box-shadow:         1px 1px 3px 2px #324bca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324bca


Comments

No comments written yet.

Please login to write comment.