Color Hex Logo

#952dbd Color Hex

#952DBD
(149,45,189)
0 Favorites   0 Comments

Color spaces of #952dbd

RGB 14945189
HSL0.790.620.46
HSV283°76°74°
CMYK 0.210.760.00   0.26
XYZ22.518111.940549.2620
Yxy11.94050.26900.1426
Hunter Lab34.555055.8499-60.3359
CIE-Lab41.121463.1734-55.0522

#952dbd color RGB value is (149,45,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101101 10111101
Octal 225 55 275
Decimal 149 45 189
Hex 95 2D BD

RGB Percentages of Color #952dbd

%38.90
%11.75
%49.35

CMYK Percentages of Color #952dbd

%21
%76
%0
%26

Triadic Colors of #952dbd

#952dbd #bd952d #2dbd95

Analogous Colors of #952dbd

#952dbd #bd2d9d #4d2dbd

Monochromatic Colors of #952dbd

#952dbd

Complementary Color

#952dbd #55bd2d

#952dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#952dbd Color CSS Codes

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

#952dbd Text Font Color

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

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


#952dbd Background Color

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

This div background color is #952dbd


#952dbd Border Color

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

This div border color is #952dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952dbd


Comments

No comments written yet.

Please login to write comment.