Color Hex Logo

#421fba Color Hex

#421FBA
(66,31,186)
0 Favorites   0 Comments

Color spaces of #421fba

RGB 6631186
HSL0.700.710.43
HSV254°83°73°
CMYK 0.650.830.00   0.27
XYZ11.59975.683446.9400
Yxy5.68340.18060.0885
Hunter Lab23.839945.1324-100.0523
CIE-Lab28.599255.7740-74.1908

#421fba color RGB value is (66,31,186).

#421fba hex color red value is 66, green value is 31 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #421fba hue: 0.70 , saturation: 0.71 and the lightness value of 421fba is 0.43.

The process color (four color CMYK) of #421fba color hex is 0.65, 0.83, 0.00, 0.27. Web safe color of #421fba is #3333cc. Color #421fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011111 10111010
Octal 102 37 272
Decimal 66 31 186
Hex 42 1F BA

RGB Percentages of Color #421fba

%23.32
%10.95
%65.72

CMYK Percentages of Color #421fba

%65
%83
%0
%27

Triadic Colors of #421fba

#421fba #ba421f #1fba42

Analogous Colors of #421fba

#421fba #901fba #1f4aba

Monochromatic Colors of #421fba

#421fba

Complementary Color

#421fba #97ba1f

#421fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#421fba Color CSS Codes

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

#421fba Text Font Color

<p style="color:#421fba">Text here</p>

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


#421fba Background Color

<div style="background-color:#421fba">
Div content here</div>

This div background color is #421fba


#421fba Border Color

<div style="border:3px solid #421fba">
Div here</div>

This div border color is #421fba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,31,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #421fba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #421fba;
  -webkit-box-shadow: 1px 1px 3px 2px #421fba;
  box-shadow:         1px 1px 3px 2px #421fba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,31,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421fba


Comments

No comments written yet.

Please login to write comment.