Color Hex Logo

#952ebc Color Hex

#952EBC
(149,46,188)
0 Favorites   0 Comments

Color spaces of #952ebc

RGB 14946188
HSL0.790.610.46
HSV284°76°74°
CMYK 0.210.760.00   0.26
XYZ22.448511.974448.7051
Yxy11.97440.27000.1440
Hunter Lab34.604055.2403-59.2277
CIE-Lab41.175462.6215-54.3783

#952ebc color RGB value is (149,46,188).

#952ebc hex color red value is 149, green value is 46 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #952ebc hue: 0.79 , saturation: 0.61 and the lightness value of 952ebc is 0.46.

The process color (four color CMYK) of #952ebc color hex is 0.21, 0.76, 0.00, 0.26. Web safe color of #952ebc is #9933cc. Color #952ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101110 10111100
Octal 225 56 274
Decimal 149 46 188
Hex 95 2E BC

RGB Percentages of Color #952ebc

%38.90
%12.01
%49.09

CMYK Percentages of Color #952ebc

%21
%76
%0
%26

Triadic Colors of #952ebc

#952ebc #bc952e #2ebc95

Analogous Colors of #952ebc

#952ebc #bc2e9c #4e2ebc

Monochromatic Colors of #952ebc

#952ebc

Complementary Color

#952ebc #55bc2e

#952ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#952ebc Color CSS Codes

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

#952ebc Text Font Color

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

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


#952ebc Background Color

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

This div background color is #952ebc


#952ebc Border Color

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

This div border color is #952ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952ebc


Comments

No comments written yet.

Please login to write comment.