Color Hex Logo

#955eca Color Hex

#955ECA
(149,94,202)
0 Favorites   0 Comments

Color spaces of #955eca

RGB 14994202
HSL0.750.500.58
HSV271°53°79°
CMYK 0.260.530.00   0.21
XYZ27.057818.659258.0526
Yxy18.65920.26070.1798
Hunter Lab43.196336.2174-49.4439
CIE-Lab50.286143.2024-47.8886

#955eca color RGB value is (149,94,202).

#955eca hex color red value is 149, green value is 94 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #955eca hue: 0.75 , saturation: 0.50 and the lightness value of 955eca is 0.58.

The process color (four color CMYK) of #955eca color hex is 0.26, 0.53, 0.00, 0.21. Web safe color of #955eca is #9966cc. Color #955eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011110 11001010
Octal 225 136 312
Decimal 149 94 202
Hex 95 5E CA

RGB Percentages of Color #955eca

%33.48
%21.12
%45.39

CMYK Percentages of Color #955eca

%26
%53
%0
%21

Triadic Colors of #955eca

#955eca #ca955e #5eca95

Analogous Colors of #955eca

#955eca #ca5ec9 #5f5eca

Monochromatic Colors of #955eca

#955eca

Complementary Color

#955eca #93ca5e

#955eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#955eca Color CSS Codes

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

#955eca Text Font Color

<p style="color:#955eca">Text here</p>

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


#955eca Background Color

<div style="background-color:#955eca">
Div content here</div>

This div background color is #955eca


#955eca Border Color

<div style="border:3px solid #955eca">
Div here</div>

This div border color is #955eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,94,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #955eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #955eca;
  -webkit-box-shadow: 1px 1px 3px 2px #955eca;
  box-shadow:         1px 1px 3px 2px #955eca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955eca


Comments

No comments written yet.

Please login to write comment.