Color Hex Logo

#421bdc Color Hex

#421BDC
(66,27,220)
0 Favorites   0 Comments

Color spaces of #421bdc

RGB 6627220
HSL0.700.780.48
HSV252°88°86°
CMYK 0.700.880.00   0.14
XYZ15.55707.109468.2625
Yxy7.10940.17110.0782
Hunter Lab26.663557.4861-133.1270
CIE-Lab32.054766.3731-88.3209

#421bdc color RGB value is (66,27,220).

#421bdc hex color red value is 66, green value is 27 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #421bdc hue: 0.70 , saturation: 0.78 and the lightness value of 421bdc is 0.48.

The process color (four color CMYK) of #421bdc color hex is 0.70, 0.88, 0.00, 0.14. Web safe color of #421bdc is #3333cc. Color #421bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011011 11011100
Octal 102 33 334
Decimal 66 27 220
Hex 42 1B DC

RGB Percentages of Color #421bdc

%21.09
%8.63
%70.29

CMYK Percentages of Color #421bdc

%70
%88
%0
%14

Triadic Colors of #421bdc

#421bdc #dc421b #1bdc42

Analogous Colors of #421bdc

#421bdc #a31bdc #1b54dc

Monochromatic Colors of #421bdc

#421bdc

Complementary Color

#421bdc #b5dc1b

#421bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#421bdc Color CSS Codes

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

#421bdc Text Font Color

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

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


#421bdc Background Color

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

This div background color is #421bdc


#421bdc Border Color

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

This div border color is #421bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,27,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 #421bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421bdc


Comments

No comments written yet.

Please login to write comment.