Color Hex Logo

#952fec Color Hex

#952FEC
(149,47,236)
0 Favorites   0 Comments

Color spaces of #952fec

RGB 14947236
HSL0.760.830.55
HSV272°80°93°
CMYK 0.370.800.00   0.07
XYZ28.551314.478780.6467
Yxy14.47870.23090.1171
Hunter Lab38.050967.3476-99.0262
CIE-Lab44.911872.3113-75.9354

#952fec color RGB value is (149,47,236).

#952fec hex color red value is 149, green value is 47 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #952fec hue: 0.76 , saturation: 0.83 and the lightness value of 952fec is 0.55.

The process color (four color CMYK) of #952fec color hex is 0.37, 0.80, 0.00, 0.07. Web safe color of #952fec is #9933ff. Color #952fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101111 11101100
Octal 225 57 354
Decimal 149 47 236
Hex 95 2F EC

RGB Percentages of Color #952fec

%34.49
%10.88
%54.63

CMYK Percentages of Color #952fec

%37
%80
%0
%7

Triadic Colors of #952fec

#952fec #ec952f #2fec95

Analogous Colors of #952fec

#952fec #ec2fe5 #362fec

Monochromatic Colors of #952fec

#952fec

Complementary Color

#952fec #86ec2f

#952fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#952fec Color CSS Codes

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

#952fec Text Font Color

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

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


#952fec Background Color

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

This div background color is #952fec


#952fec Border Color

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

This div border color is #952fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952fec


Comments

No comments written yet.

Please login to write comment.