Color Hex Logo

#423bdb Color Hex

#423BDB
(66,59,219)
0 Favorites   0 Comments

Color spaces of #423bdb

RGB 6659219
HSL0.670.690.55
HSV243°73°86°
CMYK 0.700.730.00   0.14
XYZ16.59699.400767.9576
Yxy9.40070.17660.1001
Hunter Lab30.660642.9680-109.9509
CIE-Lab36.744652.1211-79.9796

#423bdb color RGB value is (66,59,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111011 11011011
Octal 102 73 333
Decimal 66 59 219
Hex 42 3B DB

RGB Percentages of Color #423bdb

%19.19
%17.15
%63.66

CMYK Percentages of Color #423bdb

%70
%73
%0
%14

Triadic Colors of #423bdb

#423bdb #db423b #3bdb42

Analogous Colors of #423bdb

#423bdb #923bdb #3b84db

Monochromatic Colors of #423bdb

#423bdb

Complementary Color

#423bdb #d4db3b

#423bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#423bdb Color CSS Codes

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

#423bdb Text Font Color

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

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


#423bdb Background Color

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

This div background color is #423bdb


#423bdb Border Color

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

This div border color is #423bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423bdb


Comments

No comments written yet.

Please login to write comment.