Color Hex Logo

#443edd Color Hex

#443EDD
(68,62,221)
0 Favorites   0 Comments

Color spaces of #443edd

RGB 6862221
HSL0.670.700.55
HSV242°72°87°
CMYK 0.690.720.00   0.13
XYZ17.15779.894769.4122
Yxy9.89470.17790.1026
Hunter Lab31.455842.3157-108.8135
CIE-Lab37.652851.3194-79.6247

#443edd color RGB value is (68,62,221).

#443edd hex color red value is 68, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #443edd hue: 0.67 , saturation: 0.70 and the lightness value of 443edd is 0.55.

The process color (four color CMYK) of #443edd color hex is 0.69, 0.72, 0.00, 0.13. Web safe color of #443edd is #3333cc. Color #443edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111110 11011101
Octal 104 76 335
Decimal 68 62 221
Hex 44 3E DD

RGB Percentages of Color #443edd

%19.37
%17.66
%62.96

CMYK Percentages of Color #443edd

%69
%72
%0
%13

Triadic Colors of #443edd

#443edd #dd443e #3edd44

Analogous Colors of #443edd

#443edd #943edd #3e88dd

Monochromatic Colors of #443edd

#443edd

Complementary Color

#443edd #d7dd3e

#443edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#443edd Color CSS Codes

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

#443edd Text Font Color

<p style="color:#443edd">Text here</p>

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


#443edd Background Color

<div style="background-color:#443edd">
Div content here</div>

This div background color is #443edd


#443edd Border Color

<div style="border:3px solid #443edd">
Div here</div>

This div border color is #443edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,62,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #443edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #443edd;
  -webkit-box-shadow: 1px 1px 3px 2px #443edd;
  box-shadow:         1px 1px 3px 2px #443edd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,62,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 #443edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443edd


Comments

No comments written yet.

Please login to write comment.