Color Hex Logo

#4429cf Color Hex

#4429CF
(68,41,207)
0 Favorites   0 Comments

Color spaces of #4429cf

RGB 6841207
HSL0.690.670.49
HSV250°80°81°
CMYK 0.670.800.00   0.19
XYZ14.43937.319859.6833
Yxy7.31980.17730.0899
Hunter Lab27.055147.9188-111.8545
CIE-Lab32.524157.6361-80.0172

#4429cf color RGB value is (68,41,207).

#4429cf hex color red value is 68, green value is 41 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4429cf hue: 0.69 , saturation: 0.67 and the lightness value of 4429cf is 0.49.

The process color (four color CMYK) of #4429cf color hex is 0.67, 0.80, 0.00, 0.19. Web safe color of #4429cf is #3333cc. Color #4429cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101001 11001111
Octal 104 51 317
Decimal 68 41 207
Hex 44 29 CF

RGB Percentages of Color #4429cf

%21.52
%12.97
%65.51

CMYK Percentages of Color #4429cf

%67
%80
%0
%19

Triadic Colors of #4429cf

#4429cf #cf4429 #29cf44

Analogous Colors of #4429cf

#4429cf #9729cf #2961cf

Monochromatic Colors of #4429cf

#4429cf

Complementary Color

#4429cf #b4cf29

#4429cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4429cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4429cf Color CSS Codes

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

#4429cf Text Font Color

<p style="color:#4429cf">Text here</p>

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


#4429cf Background Color

<div style="background-color:#4429cf">
Div content here</div>

This div background color is #4429cf


#4429cf Border Color

<div style="border:3px solid #4429cf">
Div here</div>

This div border color is #4429cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,41,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4429cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4429cf;
  -webkit-box-shadow: 1px 1px 3px 2px #4429cf;
  box-shadow:         1px 1px 3px 2px #4429cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,41,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4429cf


Comments

No comments written yet.

Please login to write comment.