Color Hex Logo

#952fdb Color Hex

#952FDB
(149,47,219)
0 Favorites   0 Comments

Color spaces of #952fdb

RGB 14947219
HSL0.770.700.52
HSV276°79°86°
CMYK 0.320.790.00   0.14
XYZ26.197113.537168.2500
Yxy13.53710.24260.1254
Hunter Lab36.792862.7076-84.2270
CIE-Lab43.561668.6619-68.4709

#952fdb color RGB value is (149,47,219).

#952fdb hex color red value is 149, green value is 47 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #952fdb hue: 0.77 , saturation: 0.70 and the lightness value of 952fdb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101111 11011011
Octal 225 57 333
Decimal 149 47 219
Hex 95 2F DB

RGB Percentages of Color #952fdb

%35.90
%11.33
%52.77

CMYK Percentages of Color #952fdb

%32
%79
%0
%14

Triadic Colors of #952fdb

#952fdb #db952f #2fdb95

Analogous Colors of #952fdb

#952fdb #db2fcb #3f2fdb

Monochromatic Colors of #952fdb

#952fdb

Complementary Color

#952fdb #75db2f

#952fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#952fdb Color CSS Codes

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

#952fdb Text Font Color

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

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


#952fdb Background Color

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

This div background color is #952fdb


#952fdb Border Color

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

This div border color is #952fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952fdb


Comments

No comments written yet.

Please login to write comment.