Color Hex Logo

#434ddb Color Hex

#434DDB
(67,77,219)
0 Favorites   0 Comments

Color spaces of #434ddb

RGB 6777219
HSL0.660.680.56
HSV236°69°86°
CMYK 0.690.650.00   0.14
XYZ17.754811.615568.3241
Yxy11.61550.18170.1189
Hunter Lab34.081533.3471-95.0031
CIE-Lab40.598441.8636-73.6419

#434ddb color RGB value is (67,77,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001101 11011011
Octal 103 115 333
Decimal 67 77 219
Hex 43 4D DB

RGB Percentages of Color #434ddb

%18.46
%21.21
%60.33

CMYK Percentages of Color #434ddb

%69
%65
%0
%14

Triadic Colors of #434ddb

#434ddb #db434d #4ddb43

Analogous Colors of #434ddb

#434ddb #8543db #4399db

Monochromatic Colors of #434ddb

#434ddb

Complementary Color

#434ddb #dbd143

#434ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#434ddb Color CSS Codes

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

#434ddb Text Font Color

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

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


#434ddb Background Color

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

This div background color is #434ddb


#434ddb Border Color

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

This div border color is #434ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434ddb


Comments

No comments written yet.

Please login to write comment.