Color Hex Logo

#952ace Color Hex

#952ACE
(149,42,206)
0 Favorites   0 Comments

Color spaces of #952ace

RGB 14942206
HSL0.780.660.49
HSV279°80°81°
CMYK 0.280.800.00   0.19
XYZ24.363012.501759.5215
Yxy12.50170.25280.1297
Hunter Lab35.357761.1181-75.0588
CIE-Lab42.002667.6035-63.5269

#952ace color RGB value is (149,42,206).

#952ace hex color red value is 149, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #952ace hue: 0.78 , saturation: 0.66 and the lightness value of 952ace is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101010 11001110
Octal 225 52 316
Decimal 149 42 206
Hex 95 2A CE

RGB Percentages of Color #952ace

%37.53
%10.58
%51.89

CMYK Percentages of Color #952ace

%28
%80
%0
%19

Triadic Colors of #952ace

#952ace #ce952a #2ace95

Analogous Colors of #952ace

#952ace #ce2ab5 #432ace

Monochromatic Colors of #952ace

#952ace

Complementary Color

#952ace #63ce2a

#952ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#952ace Color CSS Codes

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

#952ace Text Font Color

<p style="color:#952ace">Text here</p>

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


#952ace Background Color

<div style="background-color:#952ace">
Div content here</div>

This div background color is #952ace


#952ace Border Color

<div style="border:3px solid #952ace">
Div here</div>

This div border color is #952ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,42,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 #952ace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952ace


Comments

No comments written yet.

Please login to write comment.