Color Hex Logo

#432fdd Color Hex

#432FDD
(67,47,221)
0 Favorites   0 Comments

Color spaces of #432fdd

RGB 6747221
HSL0.690.720.53
HSV247°79°87°
CMYK 0.700.790.00   0.13
XYZ16.38248.446869.1736
Yxy8.44680.17430.0899
Hunter Lab29.063449.7557-120.7715
CIE-Lab34.896658.8774-84.1793

#432fdd color RGB value is (67,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00101111 11011101
Octal 103 57 335
Decimal 67 47 221
Hex 43 2F DD

RGB Percentages of Color #432fdd

%20.00
%14.03
%65.97

CMYK Percentages of Color #432fdd

%70
%79
%0
%13

Triadic Colors of #432fdd

#432fdd #dd432f #2fdd43

Analogous Colors of #432fdd

#432fdd #9a2fdd #2f72dd

Monochromatic Colors of #432fdd

#432fdd

Complementary Color

#432fdd #c9dd2f

#432fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#432fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#432fdd Color CSS Codes

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

#432fdd Text Font Color

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

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


#432fdd Background Color

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

This div background color is #432fdd


#432fdd Border Color

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

This div border color is #432fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #432fdd


Comments

No comments written yet.

Please login to write comment.