Color Hex Logo

#434fdd Color Hex

#434FDD
(67,79,221)
0 Favorites   0 Comments

Color spaces of #434fdd

RGB 6779221
HSL0.650.690.56
HSV235°70°87°
CMYK 0.700.640.00   0.13
XYZ18.161912.005769.7667
Yxy12.00570.18170.1201
Hunter Lab34.649232.9272-95.1267
CIE-Lab41.225241.3299-73.7579

#434fdd color RGB value is (67,79,221).

#434fdd hex color red value is 67, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #434fdd hue: 0.65 , saturation: 0.69 and the lightness value of 434fdd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001111 11011101
Octal 103 117 335
Decimal 67 79 221
Hex 43 4F DD

RGB Percentages of Color #434fdd

%18.26
%21.53
%60.22

CMYK Percentages of Color #434fdd

%70
%64
%0
%13

Triadic Colors of #434fdd

#434fdd #dd434f #4fdd43

Analogous Colors of #434fdd

#434fdd #8443dd #439cdd

Monochromatic Colors of #434fdd

#434fdd

Complementary Color

#434fdd #ddd143

#434fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#434fdd Color CSS Codes

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

#434fdd Text Font Color

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

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


#434fdd Background Color

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

This div background color is #434fdd


#434fdd Border Color

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

This div border color is #434fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,79,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434fdd


Comments

No comments written yet.

Please login to write comment.