Color Hex Logo

#434bdb Color Hex

#434BDB
(67,75,219)
0 Favorites   0 Comments

Color spaces of #434bdb

RGB 6775219
HSL0.660.680.56
HSV237°69°86°
CMYK 0.690.660.00   0.14
XYZ17.617011.339968.2781
Yxy11.33990.18120.1166
Hunter Lab33.674834.4517-96.6426
CIE-Lab40.147243.0671-74.3814

#434bdb color RGB value is (67,75,219).

#434bdb hex color red value is 67, green value is 75 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #434bdb hue: 0.66 , saturation: 0.68 and the lightness value of 434bdb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001011 11011011
Octal 103 113 333
Decimal 67 75 219
Hex 43 4B DB

RGB Percentages of Color #434bdb

%18.56
%20.78
%60.66

CMYK Percentages of Color #434bdb

%69
%66
%0
%14

Triadic Colors of #434bdb

#434bdb #db434b #4bdb43

Analogous Colors of #434bdb

#434bdb #8743db #4397db

Monochromatic Colors of #434bdb

#434bdb

Complementary Color

#434bdb #dbd343

#434bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#434bdb Color CSS Codes

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

#434bdb Text Font Color

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

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


#434bdb Background Color

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

This div background color is #434bdb


#434bdb Border Color

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

This div border color is #434bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434bdb


Comments

No comments written yet.

Please login to write comment.