Color Hex Logo

#4b48cd Color Hex

#4B48CD
(75,72,205)
0 Favorites   0 Comments

Color spaces of #4b48cd

RGB 7572205
HSL0.670.570.54
HSV241°65°80°
CMYK 0.630.650.00   0.20
XYZ16.238510.538458.9359
Yxy10.53840.18950.1230
Hunter Lab32.462932.4787-84.9161
CIE-Lab38.791941.2703-68.5246

#4b48cd color RGB value is (75,72,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01001000 11001101
Octal 113 110 315
Decimal 75 72 205
Hex 4B 48 CD

RGB Percentages of Color #4b48cd

%21.31
%20.45
%58.24

CMYK Percentages of Color #4b48cd

%63
%65
%0
%20

Triadic Colors of #4b48cd

#4b48cd #cd4b48 #48cd4b

Analogous Colors of #4b48cd

#4b48cd #8e48cd #4888cd

Monochromatic Colors of #4b48cd

#4b48cd

Complementary Color

#4b48cd #cacd48

#4b48cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b48cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b48cd Color CSS Codes

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

#4b48cd Text Font Color

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

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


#4b48cd Background Color

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

This div background color is #4b48cd


#4b48cd Border Color

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

This div border color is #4b48cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b48cd


Comments

No comments written yet.

Please login to write comment.