Color Hex Logo

#955cda Color Hex

#955CDA
(149,92,218)
0 Favorites   0 Comments

Color spaces of #955cda

RGB 14992218
HSL0.740.630.61
HSV267°58°85°
CMYK 0.320.580.00   0.15
XYZ28.876519.105868.4955
Yxy19.10580.24790.1640
Hunter Lab43.710241.4306-62.3125
CIE-Lab50.810848.1511-56.1774

#955cda color RGB value is (149,92,218).

#955cda hex color red value is 149, green value is 92 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #955cda hue: 0.74 , saturation: 0.63 and the lightness value of 955cda is 0.61.

The process color (four color CMYK) of #955cda color hex is 0.32, 0.58, 0.00, 0.15. Web safe color of #955cda is #9966cc. Color #955cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011100 11011010
Octal 225 134 332
Decimal 149 92 218
Hex 95 5C DA

RGB Percentages of Color #955cda

%32.46
%20.04
%47.49

CMYK Percentages of Color #955cda

%32
%58
%0
%15

Triadic Colors of #955cda

#955cda #da955c #5cda95

Analogous Colors of #955cda

#955cda #d45cda #5c62da

Monochromatic Colors of #955cda

#955cda

Complementary Color

#955cda #a1da5c

#955cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#955cda Color CSS Codes

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

#955cda Text Font Color

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

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


#955cda Background Color

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

This div background color is #955cda


#955cda Border Color

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

This div border color is #955cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955cda


Comments

No comments written yet.

Please login to write comment.