Color Hex Logo

#952ebe Color Hex

#952EBE
(149,46,190)
0 Favorites   0 Comments

Color spaces of #952ebe

RGB 14946190
HSL0.790.610.46
HSV283°76°75°
CMYK 0.220.760.00   0.25
XYZ22.665712.061349.8486
Yxy12.06130.26800.1426
Hunter Lab34.729455.7194-60.7910
CIE-Lab41.313463.0204-55.3282

#952ebe color RGB value is (149,46,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101110 10111110
Octal 225 56 276
Decimal 149 46 190
Hex 95 2E BE

RGB Percentages of Color #952ebe

%38.70
%11.95
%49.35

CMYK Percentages of Color #952ebe

%22
%76
%0
%25

Triadic Colors of #952ebe

#952ebe #be952e #2ebe95

Analogous Colors of #952ebe

#952ebe #be2e9f #4d2ebe

Monochromatic Colors of #952ebe

#952ebe

Complementary Color

#952ebe #57be2e

#952ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#952ebe Color CSS Codes

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

#952ebe Text Font Color

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

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


#952ebe Background Color

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

This div background color is #952ebe


#952ebe Border Color

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

This div border color is #952ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952ebe


Comments

No comments written yet.

Please login to write comment.