Color Hex Logo

#951dda Color Hex

#951DDA
(149,29,218)
0 Favorites   0 Comments

Color spaces of #951dda

RGB 14929218
HSL0.770.770.48
HSV278°87°85°
CMYK 0.320.870.00   0.15
XYZ25.488712.330267.3662
Yxy12.33020.24230.1172
Hunter Lab35.114468.1187-89.1665
CIE-Lab41.736273.5704-70.8762

#951dda color RGB value is (149,29,218).

#951dda hex color red value is 149, green value is 29 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #951dda hue: 0.77 , saturation: 0.77 and the lightness value of 951dda is 0.48.

The process color (four color CMYK) of #951dda color hex is 0.32, 0.87, 0.00, 0.15. Web safe color of #951dda is #9933cc. Color #951dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011101 11011010
Octal 225 35 332
Decimal 149 29 218
Hex 95 1D DA

RGB Percentages of Color #951dda

%37.63
%7.32
%55.05

CMYK Percentages of Color #951dda

%32
%87
%0
%15

Triadic Colors of #951dda

#951dda #da951d #1dda95

Analogous Colors of #951dda

#951dda #da1dc1 #371dda

Monochromatic Colors of #951dda

#951dda

Complementary Color

#951dda #62da1d

#951dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#951dda Color CSS Codes

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

#951dda Text Font Color

<p style="color:#951dda">Text here</p>

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


#951dda Background Color

<div style="background-color:#951dda">
Div content here</div>

This div background color is #951dda


#951dda Border Color

<div style="border:3px solid #951dda">
Div here</div>

This div border color is #951dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,29,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 #951dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951dda


Comments

No comments written yet.

Please login to write comment.