Color Hex Logo

#434add Color Hex

#434ADD
(67,74,221)
0 Favorites   0 Comments

Color spaces of #434add

RGB 6774221
HSL0.660.690.56
HSV237°70°87°
CMYK 0.700.670.00   0.13
XYZ17.814711.311369.6510
Yxy11.31130.18040.1145
Hunter Lab33.632335.6933-99.2445
CIE-Lab40.099944.3332-75.6027

#434add color RGB value is (67,74,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001010 11011101
Octal 103 112 335
Decimal 67 74 221
Hex 43 4A DD

RGB Percentages of Color #434add

%18.51
%20.44
%61.05

CMYK Percentages of Color #434add

%70
%67
%0
%13

Triadic Colors of #434add

#434add #dd434a #4add43

Analogous Colors of #434add

#434add #8943dd #4397dd

Monochromatic Colors of #434add

#434add

Complementary Color

#434add #ddd643

#434add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434add Color Preview on White Background

Lorem ipsum dolor sit amet.

#434add Color CSS Codes

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

#434add Text Font Color

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

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


#434add Background Color

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

This div background color is #434add


#434add Border Color

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

This div border color is #434add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434add


Comments

No comments written yet.

Please login to write comment.