Color Hex Logo

#9477cf Color Hex

#9477CF
(148,119,207)
0 Favorites   0 Comments

Color spaces of #9477cf

RGB 148119207
HSL0.720.480.64
HSV260°43°81°
CMYK 0.290.430.00   0.19
XYZ30.072123.994562.0779
Yxy23.99450.25890.2066
Hunter Lab48.984223.8614-40.8496
CIE-Lab56.082330.0054-41.5601

#9477cf color RGB value is (148,119,207).

#9477cf hex color red value is 148, green value is 119 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9477cf hue: 0.72 , saturation: 0.48 and the lightness value of 9477cf is 0.64.

The process color (four color CMYK) of #9477cf color hex is 0.29, 0.43, 0.00, 0.19. Web safe color of #9477cf is #9966cc. Color #9477cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110111 11001111
Octal 224 167 317
Decimal 148 119 207
Hex 94 77 CF

RGB Percentages of Color #9477cf

%31.22
%25.11
%43.67

CMYK Percentages of Color #9477cf

%29
%43
%0
%19

Triadic Colors of #9477cf

#9477cf #cf9477 #77cf94

Analogous Colors of #9477cf

#9477cf #c077cf #7786cf

Monochromatic Colors of #9477cf

#9477cf

Complementary Color

#9477cf #b2cf77

#9477cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9477cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9477cf Color CSS Codes

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

#9477cf Text Font Color

<p style="color:#9477cf">Text here</p>

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


#9477cf Background Color

<div style="background-color:#9477cf">
Div content here</div>

This div background color is #9477cf


#9477cf Border Color

<div style="border:3px solid #9477cf">
Div here</div>

This div border color is #9477cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,119,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9477cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9477cf;
  -webkit-box-shadow: 1px 1px 3px 2px #9477cf;
  box-shadow:         1px 1px 3px 2px #9477cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,119,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9477cf


Comments

No comments written yet.

Please login to write comment.