Color Hex Logo

#952bcc Color Hex

#952BCC
(149,43,204)
0 Favorites   0 Comments

Color spaces of #952bcc

RGB 14943204
HSL0.780.650.48
HSV280°79°80°
CMYK 0.270.790.00   0.20
XYZ24.157412.476958.2618
Yxy12.47690.25460.1315
Hunter Lab35.322760.2627-73.0681
CIE-Lab41.964266.8730-62.4312

#952bcc color RGB value is (149,43,204).

#952bcc hex color red value is 149, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #952bcc hue: 0.78 , saturation: 0.65 and the lightness value of 952bcc is 0.48.

The process color (four color CMYK) of #952bcc color hex is 0.27, 0.79, 0.00, 0.20. Web safe color of #952bcc is #9933cc. Color #952bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101011 11001100
Octal 225 53 314
Decimal 149 43 204
Hex 95 2B CC

RGB Percentages of Color #952bcc

%37.63
%10.86
%51.52

CMYK Percentages of Color #952bcc

%27
%79
%0
%20

Triadic Colors of #952bcc

#952bcc #cc952b #2bcc95

Analogous Colors of #952bcc

#952bcc #cc2bb3 #452bcc

Monochromatic Colors of #952bcc

#952bcc

Complementary Color

#952bcc #62cc2b

#952bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#952bcc Color CSS Codes

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

#952bcc Text Font Color

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

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


#952bcc Background Color

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

This div background color is #952bcc


#952bcc Border Color

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

This div border color is #952bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952bcc


Comments

No comments written yet.

Please login to write comment.