Color Hex Logo

#952ebd Color Hex

#952EBD
(149,46,189)
0 Favorites   0 Comments

Color spaces of #952ebd

RGB 14946189
HSL0.790.610.46
HSV283°76°74°
CMYK 0.210.760.00   0.26
XYZ22.556712.017749.2749
Yxy12.01770.26900.1433
Hunter Lab34.666655.4792-60.0080
CIE-Lab41.244262.8206-54.8538

#952ebd color RGB value is (149,46,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101110 10111101
Octal 225 56 275
Decimal 149 46 189
Hex 95 2E BD

RGB Percentages of Color #952ebd

%38.80
%11.98
%49.22

CMYK Percentages of Color #952ebd

%21
%76
%0
%26

Triadic Colors of #952ebd

#952ebd #bd952e #2ebd95

Analogous Colors of #952ebd

#952ebd #bd2e9e #4d2ebd

Monochromatic Colors of #952ebd

#952ebd

Complementary Color

#952ebd #56bd2e

#952ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#952ebd Color CSS Codes

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

#952ebd Text Font Color

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

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


#952ebd Background Color

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

This div background color is #952ebd


#952ebd Border Color

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

This div border color is #952ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952ebd


Comments

No comments written yet.

Please login to write comment.