Color Hex Logo

#4e38cd Color Hex

#4E38CD
(78,56,205)
0 Favorites   0 Comments

Color spaces of #4e38cd

RGB 7856205
HSL0.690.600.51
HSV249°73°80°
CMYK 0.620.730.00   0.20
XYZ15.57558.855858.6460
Yxy8.85580.18750.1066
Hunter Lab29.758741.3480-96.0128
CIE-Lab35.705250.7466-73.5788

#4e38cd color RGB value is (78,56,205).

#4e38cd hex color red value is 78, green value is 56 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4e38cd hue: 0.69 , saturation: 0.60 and the lightness value of 4e38cd is 0.51.

The process color (four color CMYK) of #4e38cd color hex is 0.62, 0.73, 0.00, 0.20. Web safe color of #4e38cd is #6633cc. Color #4e38cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00111000 11001101
Octal 116 70 315
Decimal 78 56 205
Hex 4E 38 CD

RGB Percentages of Color #4e38cd

%23.01
%16.52
%60.47

CMYK Percentages of Color #4e38cd

%62
%73
%0
%20

Triadic Colors of #4e38cd

#4e38cd #cd4e38 #38cd4e

Analogous Colors of #4e38cd

#4e38cd #9938cd #386dcd

Monochromatic Colors of #4e38cd

#4e38cd

Complementary Color

#4e38cd #b7cd38

#4e38cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e38cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e38cd Color CSS Codes

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

#4e38cd Text Font Color

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

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


#4e38cd Background Color

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

This div background color is #4e38cd


#4e38cd Border Color

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

This div border color is #4e38cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e38cd


Comments

No comments written yet.

Please login to write comment.