Color Hex Logo

#952dbc Color Hex

#952DBC
(149,45,188)
0 Favorites   0 Comments

Color spaces of #952dbc

RGB 14945188
HSL0.790.610.46
HSV284°76°74°
CMYK 0.210.760.00   0.26
XYZ22.409911.897248.6922
Yxy11.89720.27000.1433
Hunter Lab34.492355.6111-59.5540
CIE-Lab41.052362.9750-54.5771

#952dbc color RGB value is (149,45,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101101 10111100
Octal 225 55 274
Decimal 149 45 188
Hex 95 2D BC

RGB Percentages of Color #952dbc

%39.01
%11.78
%49.21

CMYK Percentages of Color #952dbc

%21
%76
%0
%26

Triadic Colors of #952dbc

#952dbc #bc952d #2dbc95

Analogous Colors of #952dbc

#952dbc #bc2d9c #4d2dbc

Monochromatic Colors of #952dbc

#952dbc

Complementary Color

#952dbc #54bc2d

#952dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#952dbc Color CSS Codes

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

#952dbc Text Font Color

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

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


#952dbc Background Color

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

This div background color is #952dbc


#952dbc Border Color

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

This div border color is #952dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952dbc


Comments

No comments written yet.

Please login to write comment.