Color Hex Logo

#952fbd Color Hex

#952FBD
(149,47,189)
0 Favorites   0 Comments

Color spaces of #952fbd

RGB 14947189
HSL0.790.600.46
HSV283°75°74°
CMYK 0.210.750.00   0.26
XYZ22.596212.096749.2881
Yxy12.09670.26910.1440
Hunter Lab34.780355.1030-59.6752
CIE-Lab41.369462.4617-54.6517

#952fbd color RGB value is (149,47,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101111 10111101
Octal 225 57 275
Decimal 149 47 189
Hex 95 2F BD

RGB Percentages of Color #952fbd

%38.70
%12.21
%49.09

CMYK Percentages of Color #952fbd

%21
%75
%0
%26

Triadic Colors of #952fbd

#952fbd #bd952f #2fbd95

Analogous Colors of #952fbd

#952fbd #bd2f9e #4e2fbd

Monochromatic Colors of #952fbd

#952fbd

Complementary Color

#952fbd #57bd2f

#952fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#952fbd Color CSS Codes

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

#952fbd Text Font Color

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

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


#952fbd Background Color

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

This div background color is #952fbd


#952fbd Border Color

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

This div border color is #952fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952fbd


Comments

No comments written yet.

Please login to write comment.