Color Hex Logo

#9448cd Color Hex

#9448CD
(148,72,205)
0 Favorites   0 Comments

Color spaces of #9448cd

RGB 14872205
HSL0.760.570.54
HSV274°65°80°
CMYK 0.280.650.00   0.20
XYZ25.549615.338459.3716
Yxy15.33840.25480.1530
Hunter Lab39.164347.9106-62.4665
CIE-Lab46.094255.0422-56.3350

#9448cd color RGB value is (148,72,205).

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

The process color (four color CMYK) of #9448cd color hex is 0.28, 0.65, 0.00, 0.20. Web safe color of #9448cd is #9933cc. Color #9448cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01001000 11001101
Octal 224 110 315
Decimal 148 72 205
Hex 94 48 CD

RGB Percentages of Color #9448cd

%34.82
%16.94
%48.24

CMYK Percentages of Color #9448cd

%28
%65
%0
%20

Triadic Colors of #9448cd

#9448cd #cd9448 #48cd94

Analogous Colors of #9448cd

#9448cd #cd48c4 #5248cd

Monochromatic Colors of #9448cd

#9448cd

Complementary Color

#9448cd #81cd48

#9448cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9448cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9448cd Color CSS Codes

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

#9448cd Text Font Color

<p style="color:#9448cd">Text here</p>

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


#9448cd Background Color

<div style="background-color:#9448cd">
Div content here</div>

This div background color is #9448cd


#9448cd Border Color

<div style="border:3px solid #9448cd">
Div here</div>

This div border color is #9448cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9448cd


Comments

No comments written yet.

Please login to write comment.