Color Hex Logo

#4b44cd Color Hex

#4B44CD
(75,68,205)
0 Favorites   0 Comments

Color spaces of #4b44cd

RGB 7568205
HSL0.680.580.54
HSV243°67°80°
CMYK 0.630.670.00   0.20
XYZ15.988210.037958.8524
Yxy10.03790.18840.1183
Hunter Lab31.682634.6329-87.9569
CIE-Lab37.910443.6370-69.9675

#4b44cd color RGB value is (75,68,205).

#4b44cd hex color red value is 75, green value is 68 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4b44cd hue: 0.68 , saturation: 0.58 and the lightness value of 4b44cd is 0.54.

The process color (four color CMYK) of #4b44cd color hex is 0.63, 0.67, 0.00, 0.20. Web safe color of #4b44cd is #3333cc. Color #4b44cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000100 11001101
Octal 113 104 315
Decimal 75 68 205
Hex 4B 44 CD

RGB Percentages of Color #4b44cd

%21.55
%19.54
%58.91

CMYK Percentages of Color #4b44cd

%63
%67
%0
%20

Triadic Colors of #4b44cd

#4b44cd #cd4b44 #44cd4b

Analogous Colors of #4b44cd

#4b44cd #9044cd #4482cd

Monochromatic Colors of #4b44cd

#4b44cd

Complementary Color

#4b44cd #c6cd44

#4b44cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b44cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b44cd Color CSS Codes

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

#4b44cd Text Font Color

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

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


#4b44cd Background Color

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

This div background color is #4b44cd


#4b44cd Border Color

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

This div border color is #4b44cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b44cd


Comments

No comments written yet.

Please login to write comment.