Color Hex Logo

#4438dc Color Hex

#4438DC
(68,56,220)
0 Favorites   0 Comments

Color spaces of #4438dc

RGB 6856220
HSL0.680.700.54
HSV244°75°86°
CMYK 0.690.750.00   0.14
XYZ16.71639.224668.6096
Yxy9.22460.17680.0976
Hunter Lab30.372045.0926-112.6741
CIE-Lab36.413254.2182-81.0959

#4438dc color RGB value is (68,56,220).

#4438dc hex color red value is 68, green value is 56 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4438dc hue: 0.68 , saturation: 0.70 and the lightness value of 4438dc is 0.54.

The process color (four color CMYK) of #4438dc color hex is 0.69, 0.75, 0.00, 0.14. Web safe color of #4438dc is #3333cc. Color #4438dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111000 11011100
Octal 104 70 334
Decimal 68 56 220
Hex 44 38 DC

RGB Percentages of Color #4438dc

%19.77
%16.28
%63.95

CMYK Percentages of Color #4438dc

%69
%75
%0
%14

Triadic Colors of #4438dc

#4438dc #dc4438 #38dc44

Analogous Colors of #4438dc

#4438dc #9638dc #387edc

Monochromatic Colors of #4438dc

#4438dc

Complementary Color

#4438dc #d0dc38

#4438dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4438dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4438dc Color CSS Codes

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

#4438dc Text Font Color

<p style="color:#4438dc">Text here</p>

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


#4438dc Background Color

<div style="background-color:#4438dc">
Div content here</div>

This div background color is #4438dc


#4438dc Border Color

<div style="border:3px solid #4438dc">
Div here</div>

This div border color is #4438dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,56,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4438dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4438dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4438dc;
  box-shadow:         1px 1px 3px 2px #4438dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4438dc


Comments

No comments written yet.

Please login to write comment.