Color Hex Logo

#461cdc Color Hex

#461CDC
(70,28,220)
0 Favorites   0 Comments

Color spaces of #461cdc

RGB 7028220
HSL0.700.770.49
HSV253°87°86°
CMYK 0.680.870.00   0.14
XYZ15.85937.299968.2833
Yxy7.29990.17340.0798
Hunter Lab27.018357.4944-130.9305
CIE-Lab32.480166.2996-87.6048

#461cdc color RGB value is (70,28,220).

#461cdc hex color red value is 70, green value is 28 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #461cdc hue: 0.70 , saturation: 0.77 and the lightness value of 461cdc is 0.49.

The process color (four color CMYK) of #461cdc color hex is 0.68, 0.87, 0.00, 0.14. Web safe color of #461cdc is #3333cc. Color #461cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011100 11011100
Octal 106 34 334
Decimal 70 28 220
Hex 46 1C DC

RGB Percentages of Color #461cdc

%22.01
%8.81
%69.18

CMYK Percentages of Color #461cdc

%68
%87
%0
%14

Triadic Colors of #461cdc

#461cdc #dc461c #1cdc46

Analogous Colors of #461cdc

#461cdc #a61cdc #1c52dc

Monochromatic Colors of #461cdc

#461cdc

Complementary Color

#461cdc #b2dc1c

#461cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#461cdc Color CSS Codes

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

#461cdc Text Font Color

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

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


#461cdc Background Color

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

This div background color is #461cdc


#461cdc Border Color

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

This div border color is #461cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461cdc


Comments

No comments written yet.

Please login to write comment.