Color Hex Logo

#3246ca Color Hex

#3246CA
(50,70,202)
0 Favorites   0 Comments

Color spaces of #3246ca

RGB 5070202
HSL0.640.600.49
HSV232°75°79°
CMYK 0.750.650.00   0.21
XYZ14.16629.322756.9299
Yxy9.32270.17620.1159
Hunter Lab30.533129.3843-89.1749
CIE-Lab36.598338.3822-70.4360

#3246ca color RGB value is (50,70,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000110 11001010
Octal 62 106 312
Decimal 50 70 202
Hex 32 46 CA

RGB Percentages of Color #3246ca

%15.53
%21.74
%62.73

CMYK Percentages of Color #3246ca

%75
%65
%0
%21

Triadic Colors of #3246ca

#3246ca #ca3246 #46ca32

Analogous Colors of #3246ca

#3246ca #6a32ca #3292ca

Monochromatic Colors of #3246ca

#3246ca

Complementary Color

#3246ca #cab632

#3246ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3246ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3246ca Color CSS Codes

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

#3246ca Text Font Color

<p style="color:#3246ca">Text here</p>

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


#3246ca Background Color

<div style="background-color:#3246ca">
Div content here</div>

This div background color is #3246ca


#3246ca Border Color

<div style="border:3px solid #3246ca">
Div here</div>

This div border color is #3246ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3246ca


Comments

No comments written yet.

Please login to write comment.