Color Hex Logo

#4629dd Color Hex

#4629DD
(70,41,221)
0 Favorites   0 Comments

Color spaces of #4629dd

RGB 7041221
HSL0.690.730.51
HSV250°81°87°
CMYK 0.680.810.00   0.13
XYZ16.36998.108469.1089
Yxy8.10840.17490.0866
Hunter Lab28.475352.7847-123.9630
CIE-Lab34.207661.7763-85.3135

#4629dd color RGB value is (70,41,221).

#4629dd hex color red value is 70, green value is 41 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4629dd hue: 0.69 , saturation: 0.73 and the lightness value of 4629dd is 0.51.

The process color (four color CMYK) of #4629dd color hex is 0.68, 0.81, 0.00, 0.13. Web safe color of #4629dd is #3333cc. Color #4629dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101001 11011101
Octal 106 51 335
Decimal 70 41 221
Hex 46 29 DD

RGB Percentages of Color #4629dd

%21.08
%12.35
%66.57

CMYK Percentages of Color #4629dd

%68
%81
%0
%13

Triadic Colors of #4629dd

#4629dd #dd4629 #29dd46

Analogous Colors of #4629dd

#4629dd #a029dd #2966dd

Monochromatic Colors of #4629dd

#4629dd

Complementary Color

#4629dd #c0dd29

#4629dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4629dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4629dd Color CSS Codes

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

#4629dd Text Font Color

<p style="color:#4629dd">Text here</p>

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


#4629dd Background Color

<div style="background-color:#4629dd">
Div content here</div>

This div background color is #4629dd


#4629dd Border Color

<div style="border:3px solid #4629dd">
Div here</div>

This div border color is #4629dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,41,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4629dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4629dd;
  -webkit-box-shadow: 1px 1px 3px 2px #4629dd;
  box-shadow:         1px 1px 3px 2px #4629dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,41,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 #4629dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4629dd


Comments

No comments written yet.

Please login to write comment.