Color Hex Logo

#421dbc Color Hex

#421DBC
(66,29,188)
0 Favorites   0 Comments

Color spaces of #421dbc

RGB 6629188
HSL0.710.730.43
HSV254°85°74°
CMYK 0.650.850.00   0.26
XYZ11.76325.667848.0510
Yxy5.66780.17960.0866
Hunter Lab23.807146.5350-103.0026
CIE-Lab28.558457.1099-75.4439

#421dbc color RGB value is (66,29,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011101 10111100
Octal 102 35 274
Decimal 66 29 188
Hex 42 1D BC

RGB Percentages of Color #421dbc

%23.32
%10.25
%66.43

CMYK Percentages of Color #421dbc

%65
%85
%0
%26

Triadic Colors of #421dbc

#421dbc #bc421d #1dbc42

Analogous Colors of #421dbc

#421dbc #921dbc #1d47bc

Monochromatic Colors of #421dbc

#421dbc

Complementary Color

#421dbc #97bc1d

#421dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#421dbc Color CSS Codes

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

#421dbc Text Font Color

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

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


#421dbc Background Color

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

This div background color is #421dbc


#421dbc Border Color

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

This div border color is #421dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421dbc


Comments

No comments written yet.

Please login to write comment.