Color Hex Logo

#423cdb Color Hex

#423CDB
(66,60,219)
0 Favorites   0 Comments

Color spaces of #423cdb

RGB 6660219
HSL0.670.690.55
HSV242°73°86°
CMYK 0.700.730.00   0.14
XYZ16.64889.504467.9749
Yxy9.50440.17690.1010
Hunter Lab30.829242.4448-109.1473
CIE-Lab36.937851.5792-79.6610

#423cdb color RGB value is (66,60,219).

#423cdb hex color red value is 66, green value is 60 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #423cdb hue: 0.67 , saturation: 0.69 and the lightness value of 423cdb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111100 11011011
Octal 102 74 333
Decimal 66 60 219
Hex 42 3C DB

RGB Percentages of Color #423cdb

%19.13
%17.39
%63.48

CMYK Percentages of Color #423cdb

%70
%73
%0
%14

Triadic Colors of #423cdb

#423cdb #db423c #3cdb42

Analogous Colors of #423cdb

#423cdb #923cdb #3c86db

Monochromatic Colors of #423cdb

#423cdb

Complementary Color

#423cdb #d5db3c

#423cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#423cdb Color CSS Codes

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

#423cdb Text Font Color

<p style="color:#423cdb">Text here</p>

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


#423cdb Background Color

<div style="background-color:#423cdb">
Div content here</div>

This div background color is #423cdb


#423cdb Border Color

<div style="border:3px solid #423cdb">
Div here</div>

This div border color is #423cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,60,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #423cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #423cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #423cdb;
  box-shadow:         1px 1px 3px 2px #423cdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423cdb


Comments

No comments written yet.

Please login to write comment.