Color Hex Logo

#952bff Color Hex

#952BFF
(149,43,255)
1 Favorites   0 Comments

Color spaces of #952bff

RGB 14943255
HSL0.751.000.58
HSV270°83°100°
CMYK 0.420.830.00   0.00
XYZ31.308315.337395.9180
Yxy15.33730.21960.1076
Hunter Lab39.162974.1647-117.7995
CIE-Lab46.092877.6698-84.6676

#952bff color RGB value is (149,43,255).

#952bff hex color red value is 149, green value is 43 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #952bff hue: 0.75 , saturation: 1.00 and the lightness value of 952bff is 0.58.

The process color (four color CMYK) of #952bff color hex is 0.42, 0.83, 0.00, 0.00. Web safe color of #952bff is #9933ff. Color #952bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101011 11111111
Octal 225 53 377
Decimal 149 43 255
Hex 95 2B FF

RGB Percentages of Color #952bff

%33.33
%9.62
%57.05

CMYK Percentages of Color #952bff

%42
%83
%0
%0

Triadic Colors of #952bff

#952bff #ff952b #2bff95

Analogous Colors of #952bff

#952bff #ff2bff #2b2bff

Monochromatic Colors of #952bff

#952bff

Complementary Color

#952bff #95ff2b

#952bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#952bff Color CSS Codes

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

#952bff Text Font Color

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

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


#952bff Background Color

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

This div background color is #952bff


#952bff Border Color

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

This div border color is #952bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952bff

Related Colors


Comments

No comments written yet.

Please login to write comment.