Color Hex Logo

#954cce Color Hex

#954CCE
(149,76,206)
0 Favorites   0 Comments

Color spaces of #954cce

RGB 14976206
HSL0.760.570.55
HSV274°63°81°
CMYK 0.280.630.00   0.19
XYZ26.119416.014760.1070
Yxy16.01470.25550.1566
Hunter Lab40.018446.4722-61.0398
CIE-Lab46.993853.5462-55.4560

#954cce color RGB value is (149,76,206).

#954cce hex color red value is 149, green value is 76 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #954cce hue: 0.76 , saturation: 0.57 and the lightness value of 954cce is 0.55.

The process color (four color CMYK) of #954cce color hex is 0.28, 0.63, 0.00, 0.19. Web safe color of #954cce is #9933cc. Color #954cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001100 11001110
Octal 225 114 316
Decimal 149 76 206
Hex 95 4C CE

RGB Percentages of Color #954cce

%34.57
%17.63
%47.80

CMYK Percentages of Color #954cce

%28
%63
%0
%19

Triadic Colors of #954cce

#954cce #ce954c #4cce95

Analogous Colors of #954cce

#954cce #ce4cc6 #544cce

Monochromatic Colors of #954cce

#954cce

Complementary Color

#954cce #85ce4c

#954cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#954cce Color CSS Codes

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

#954cce Text Font Color

<p style="color:#954cce">Text here</p>

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


#954cce Background Color

<div style="background-color:#954cce">
Div content here</div>

This div background color is #954cce


#954cce Border Color

<div style="border:3px solid #954cce">
Div here</div>

This div border color is #954cce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,76,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #954cce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #954cce;
  -webkit-box-shadow: 1px 1px 3px 2px #954cce;
  box-shadow:         1px 1px 3px 2px #954cce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,76,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954cce


Comments

No comments written yet.

Please login to write comment.