Color Hex Logo

#4d38dc Color Hex

#4D38DC
(77,56,220)
0 Favorites   0 Comments

Color spaces of #4d38dc

RGB 7756220
HSL0.690.700.54
HSV248°75°86°
CMYK 0.650.750.00   0.14
XYZ17.39309.573468.6413
Yxy9.57340.18190.1001
Hunter Lab30.940946.1947-109.8741
CIE-Lab37.065655.1361-79.9974

#4d38dc color RGB value is (77,56,220).

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

The process color (four color CMYK) of #4d38dc color hex is 0.65, 0.75, 0.00, 0.14. Web safe color of #4d38dc is #6633cc. Color #4d38dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00111000 11011100
Octal 115 70 334
Decimal 77 56 220
Hex 4D 38 DC

RGB Percentages of Color #4d38dc

%21.81
%15.86
%62.32

CMYK Percentages of Color #4d38dc

%65
%75
%0
%14

Triadic Colors of #4d38dc

#4d38dc #dc4d38 #38dc4d

Analogous Colors of #4d38dc

#4d38dc #9f38dc #3875dc

Monochromatic Colors of #4d38dc

#4d38dc

Complementary Color

#4d38dc #c7dc38

#4d38dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d38dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d38dc Color CSS Codes

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

#4d38dc Text Font Color

<p style="color:#4d38dc">Text here</p>

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


#4d38dc Background Color

<div style="background-color:#4d38dc">
Div content here</div>

This div background color is #4d38dc


#4d38dc Border Color

<div style="border:3px solid #4d38dc">
Div here</div>

This div border color is #4d38dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d38dc


Comments

No comments written yet.

Please login to write comment.