Color Hex Logo

#9477ef Color Hex

#9477EF
(148,119,239)
0 Favorites   0 Comments

Color spaces of #9477ef

RGB 148119239
HSL0.710.790.70
HSV255°50°94°
CMYK 0.380.500.00   0.06
XYZ34.389625.721584.8136
Yxy25.72150.23730.1775
Hunter Lab50.716432.2831-63.6499
CIE-Lab57.771838.3050-56.8274

#9477ef color RGB value is (148,119,239).

#9477ef hex color red value is 148, green value is 119 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9477ef hue: 0.71 , saturation: 0.79 and the lightness value of 9477ef is 0.70.

The process color (four color CMYK) of #9477ef color hex is 0.38, 0.50, 0.00, 0.06. Web safe color of #9477ef is #9966ff. Color #9477ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110111 11101111
Octal 224 167 357
Decimal 148 119 239
Hex 94 77 EF

RGB Percentages of Color #9477ef

%29.25
%23.52
%47.23

CMYK Percentages of Color #9477ef

%38
%50
%0
%6

Triadic Colors of #9477ef

#9477ef #ef9477 #77ef94

Analogous Colors of #9477ef

#9477ef #d077ef #7796ef

Monochromatic Colors of #9477ef

#9477ef

Complementary Color

#9477ef #d2ef77

#9477ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9477ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9477ef Color CSS Codes

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

#9477ef Text Font Color

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

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


#9477ef Background Color

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

This div background color is #9477ef


#9477ef Border Color

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

This div border color is #9477ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9477ef


Comments

No comments written yet.

Please login to write comment.