Color Hex Logo

#952de8 Color Hex

#952DE8
(149,45,232)
0 Favorites   0 Comments

Color spaces of #952de8

RGB 14945232
HSL0.760.800.54
HSV273°81°91°
CMYK 0.360.810.00   0.09
XYZ27.898314.092577.5937
Yxy14.09250.23330.1178
Hunter Lab37.540066.9595-96.2722
CIE-Lab44.365372.0941-74.5647

#952de8 color RGB value is (149,45,232).

#952de8 hex color red value is 149, green value is 45 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #952de8 hue: 0.76 , saturation: 0.80 and the lightness value of 952de8 is 0.54.

The process color (four color CMYK) of #952de8 color hex is 0.36, 0.81, 0.00, 0.09. Web safe color of #952de8 is #9933ff. Color #952de8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101101 11101000
Octal 225 55 350
Decimal 149 45 232
Hex 95 2D E8

RGB Percentages of Color #952de8

%34.98
%10.56
%54.46

CMYK Percentages of Color #952de8

%36
%81
%0
%9

Triadic Colors of #952de8

#952de8 #e8952d #2de895

Analogous Colors of #952de8

#952de8 #e82dde #382de8

Monochromatic Colors of #952de8

#952de8

Complementary Color

#952de8 #80e82d

#952de8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952de8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#952de8 Color CSS Codes

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

#952de8 Text Font Color

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

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


#952de8 Background Color

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

This div background color is #952de8


#952de8 Border Color

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

This div border color is #952de8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952de8


Comments

No comments written yet.

Please login to write comment.