Color Hex Logo

#434dbc Color Hex

#434DBC
(67,77,188)
0 Favorites   0 Comments

Color spaces of #434dbc

RGB 6777188
HSL0.650.470.50
HSV235°64°74°
CMYK 0.640.590.00   0.26
XYZ14.045710.131948.7923
Yxy10.13190.19250.1389
Hunter Lab31.830623.0619-68.6025
CIE-Lab38.078131.2500-59.8096

#434dbc color RGB value is (67,77,188).

#434dbc hex color red value is 67, green value is 77 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #434dbc hue: 0.65 , saturation: 0.47 and the lightness value of 434dbc is 0.50.

The process color (four color CMYK) of #434dbc color hex is 0.64, 0.59, 0.00, 0.26. Web safe color of #434dbc is #3366cc. Color #434dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001101 10111100
Octal 103 115 274
Decimal 67 77 188
Hex 43 4D BC

RGB Percentages of Color #434dbc

%20.18
%23.19
%56.63

CMYK Percentages of Color #434dbc

%64
%59
%0
%26

Triadic Colors of #434dbc

#434dbc #bc434d #4dbc43

Analogous Colors of #434dbc

#434dbc #7643bc #438abc

Monochromatic Colors of #434dbc

#434dbc

Complementary Color

#434dbc #bcb243

#434dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#434dbc Color CSS Codes

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

#434dbc Text Font Color

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

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


#434dbc Background Color

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

This div background color is #434dbc


#434dbc Border Color

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

This div border color is #434dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434dbc


Comments

No comments written yet.

Please login to write comment.