Color Hex Logo

#434acd Color Hex

#434ACD
(67,74,205)
0 Favorites   0 Comments

Color spaces of #434acd

RGB 6774205
HSL0.660.580.53
HSV237°67°80°
CMYK 0.670.640.00   0.20
XYZ15.783010.498658.9522
Yxy10.49860.18520.1232
Hunter Lab32.401530.2458-85.1927
CIE-Lab38.722838.9492-68.6587

#434acd color RGB value is (67,74,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001010 11001101
Octal 103 112 315
Decimal 67 74 205
Hex 43 4A CD

RGB Percentages of Color #434acd

%19.36
%21.39
%59.25

CMYK Percentages of Color #434acd

%67
%64
%0
%20

Triadic Colors of #434acd

#434acd #cd434a #4acd43

Analogous Colors of #434acd

#434acd #8143cd #438fcd

Monochromatic Colors of #434acd

#434acd

Complementary Color

#434acd #cdc643

#434acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#434acd Color CSS Codes

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

#434acd Text Font Color

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

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


#434acd Background Color

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

This div background color is #434acd


#434acd Border Color

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

This div border color is #434acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434acd


Comments

No comments written yet.

Please login to write comment.