Color Hex Logo

#9472cd Color Hex

#9472CD
(148,114,205)
0 Favorites   0 Comments

Color spaces of #9472cd

RGB 148114205
HSL0.730.480.63
HSV262°44°80°
CMYK 0.280.440.00   0.20
XYZ29.249522.738360.6049
Yxy22.73830.25980.2020
Hunter Lab47.684726.0426-41.9754
CIE-Lab54.801732.3897-42.4457

#9472cd color RGB value is (148,114,205).

#9472cd hex color red value is 148, green value is 114 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9472cd hue: 0.73 , saturation: 0.48 and the lightness value of 9472cd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110010 11001101
Octal 224 162 315
Decimal 148 114 205
Hex 94 72 CD

RGB Percentages of Color #9472cd

%31.69
%24.41
%43.90

CMYK Percentages of Color #9472cd

%28
%44
%0
%20

Triadic Colors of #9472cd

#9472cd #cd9472 #72cd94

Analogous Colors of #9472cd

#9472cd #c272cd #727ecd

Monochromatic Colors of #9472cd

#9472cd

Complementary Color

#9472cd #abcd72

#9472cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9472cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9472cd Color CSS Codes

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

#9472cd Text Font Color

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

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


#9472cd Background Color

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

This div background color is #9472cd


#9472cd Border Color

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

This div border color is #9472cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9472cd


Comments

No comments written yet.

Please login to write comment.