Color Hex Logo

#954bfc Color Hex

#954BFC
(149,75,252)
0 Favorites   0 Comments

Color spaces of #954bfc

RGB 14975252
HSL0.740.970.64
HSV265°70°99°
CMYK 0.410.700.00   0.01
XYZ32.481218.450093.9447
Yxy18.45000.22420.1274
Hunter Lab42.953559.8123-99.6074
CIE-Lab50.037464.9263-76.5426

#954bfc color RGB value is (149,75,252).

#954bfc hex color red value is 149, green value is 75 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #954bfc hue: 0.74 , saturation: 0.97 and the lightness value of 954bfc is 0.64.

The process color (four color CMYK) of #954bfc color hex is 0.41, 0.70, 0.00, 0.01. Web safe color of #954bfc is #9933ff. Color #954bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001011 11111100
Octal 225 113 374
Decimal 149 75 252
Hex 95 4B FC

RGB Percentages of Color #954bfc

%31.30
%15.76
%52.94

CMYK Percentages of Color #954bfc

%41
%70
%0
%1

Triadic Colors of #954bfc

#954bfc #fc954b #4bfc95

Analogous Colors of #954bfc

#954bfc #ee4bfc #4b5afc

Monochromatic Colors of #954bfc

#954bfc

Complementary Color

#954bfc #b2fc4b

#954bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#954bfc Color CSS Codes

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

#954bfc Text Font Color

<p style="color:#954bfc">Text here</p>

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


#954bfc Background Color

<div style="background-color:#954bfc">
Div content here</div>

This div background color is #954bfc


#954bfc Border Color

<div style="border:3px solid #954bfc">
Div here</div>

This div border color is #954bfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,75,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #954bfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #954bfc;
  -webkit-box-shadow: 1px 1px 3px 2px #954bfc;
  box-shadow:         1px 1px 3px 2px #954bfc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.