Color Hex Logo

#461cdf Color Hex

#461CDF
(70,28,223)
0 Favorites   0 Comments

Color spaces of #461cdf

RGB 7028223
HSL0.700.780.49
HSV253°87°87°
CMYK 0.690.870.00   0.13
XYZ16.26037.460370.3950
Yxy7.46030.17280.0793
Hunter Lab27.313558.4659-133.6882
CIE-Lab32.832667.0808-88.7439

#461cdf color RGB value is (70,28,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011100 11011111
Octal 106 34 337
Decimal 70 28 223
Hex 46 1C DF

RGB Percentages of Color #461cdf

%21.81
%8.72
%69.47

CMYK Percentages of Color #461cdf

%69
%87
%0
%13

Triadic Colors of #461cdf

#461cdf #df461c #1cdf46

Analogous Colors of #461cdf

#461cdf #a81cdf #1c54df

Monochromatic Colors of #461cdf

#461cdf

Complementary Color

#461cdf #b5df1c

#461cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#461cdf Color CSS Codes

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

#461cdf Text Font Color

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

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


#461cdf Background Color

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

This div background color is #461cdf


#461cdf Border Color

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

This div border color is #461cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461cdf


Comments

No comments written yet.

Please login to write comment.