Color Hex Logo

#462cc1 Color Hex

#462CC1
(70,44,193)
0 Favorites   0 Comments

Color spaces of #462cc1

RGB 7044193
HSL0.700.630.46
HSV250°77°76°
CMYK 0.640.770.00   0.24
XYZ13.05216.953751.1064
Yxy6.95370.18350.0978
Hunter Lab26.369942.2036-96.4487
CIE-Lab31.701352.3501-73.1865

#462cc1 color RGB value is (70,44,193).

#462cc1 hex color red value is 70, green value is 44 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #462cc1 hue: 0.70 , saturation: 0.63 and the lightness value of 462cc1 is 0.46.

The process color (four color CMYK) of #462cc1 color hex is 0.64, 0.77, 0.00, 0.24. Web safe color of #462cc1 is #3333cc. Color #462cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101100 11000001
Octal 106 54 301
Decimal 70 44 193
Hex 46 2C C1

RGB Percentages of Color #462cc1

%22.80
%14.33
%62.87

CMYK Percentages of Color #462cc1

%64
%77
%0
%24

Triadic Colors of #462cc1

#462cc1 #c1462c #2cc146

Analogous Colors of #462cc1

#462cc1 #912cc1 #2c5dc1

Monochromatic Colors of #462cc1

#462cc1

Complementary Color

#462cc1 #a7c12c

#462cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462cc1 Color CSS Codes

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

#462cc1 Text Font Color

<p style="color:#462cc1">Text here</p>

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


#462cc1 Background Color

<div style="background-color:#462cc1">
Div content here</div>

This div background color is #462cc1


#462cc1 Border Color

<div style="border:3px solid #462cc1">
Div here</div>

This div border color is #462cc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,44,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #462cc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #462cc1;
  -webkit-box-shadow: 1px 1px 3px 2px #462cc1;
  box-shadow:         1px 1px 3px 2px #462cc1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,44,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462cc1


Comments

No comments written yet.

Please login to write comment.