Color Hex Logo

#952acc Color Hex

#952ACC
(149,42,204)
0 Favorites   0 Comments

Color spaces of #952acc

RGB 14942204
HSL0.780.660.48
HSV280°79°80°
CMYK 0.270.790.00   0.20
XYZ24.121512.405158.2498
Yxy12.40510.25450.1309
Hunter Lab35.220960.6116-73.4017
CIE-Lab41.852867.1962-62.6121

#952acc color RGB value is (149,42,204).

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

The process color (four color CMYK) of #952acc color hex is 0.27, 0.79, 0.00, 0.20. Web safe color of #952acc is #9933cc. Color #952acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101010 11001100
Octal 225 52 314
Decimal 149 42 204
Hex 95 2A CC

RGB Percentages of Color #952acc

%37.72
%10.63
%51.65

CMYK Percentages of Color #952acc

%27
%79
%0
%20

Triadic Colors of #952acc

#952acc #cc952a #2acc95

Analogous Colors of #952acc

#952acc #cc2ab2 #442acc

Monochromatic Colors of #952acc

#952acc

Complementary Color

#952acc #61cc2a

#952acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#952acc Color CSS Codes

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

#952acc Text Font Color

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

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


#952acc Background Color

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

This div background color is #952acc


#952acc Border Color

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

This div border color is #952acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952acc


Comments

No comments written yet.

Please login to write comment.