Color Hex Logo

#461cca Color Hex

#461CCA
(70,28,202)
0 Favorites   0 Comments

Color spaces of #461cca

RGB 7028202
HSL0.710.760.45
HSV254°86°79°
CMYK 0.650.860.00   0.21
XYZ13.60176.396956.3949
Yxy6.39690.17800.0837
Hunter Lab25.292151.7334-114.4971
CIE-Lab30.392561.5623-80.6293

#461cca color RGB value is (70,28,202).

#461cca hex color red value is 70, green value is 28 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #461cca hue: 0.71 , saturation: 0.76 and the lightness value of 461cca is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011100 11001010
Octal 106 34 312
Decimal 70 28 202
Hex 46 1C CA

RGB Percentages of Color #461cca

%23.33
%9.33
%67.33

CMYK Percentages of Color #461cca

%65
%86
%0
%21

Triadic Colors of #461cca

#461cca #ca461c #1cca46

Analogous Colors of #461cca

#461cca #9d1cca #1c49ca

Monochromatic Colors of #461cca

#461cca

Complementary Color

#461cca #a0ca1c

#461cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#461cca Color CSS Codes

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

#461cca Text Font Color

<p style="color:#461cca">Text here</p>

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


#461cca Background Color

<div style="background-color:#461cca">
Div content here</div>

This div background color is #461cca


#461cca Border Color

<div style="border:3px solid #461cca">
Div here</div>

This div border color is #461cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461cca


Comments

No comments written yet.

Please login to write comment.