Color Hex Logo

#954cfd Color Hex

#954CFD
(149,76,253)
0 Favorites   0 Comments

Color spaces of #954cfd

RGB 14976253
HSL0.740.980.65
HSV265°70°99°
CMYK 0.410.700.00   0.01
XYZ32.708518.650394.8044
Yxy18.65030.22380.1276
Hunter Lab43.186059.6181-99.9267
CIE-Lab50.275564.7134-76.7111

#954cfd color RGB value is (149,76,253).

#954cfd hex color red value is 149, green value is 76 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #954cfd hue: 0.74 , saturation: 0.98 and the lightness value of 954cfd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001100 11111101
Octal 225 114 375
Decimal 149 76 253
Hex 95 4C FD

RGB Percentages of Color #954cfd

%31.17
%15.90
%52.93

CMYK Percentages of Color #954cfd

%41
%70
%0
%1

Triadic Colors of #954cfd

#954cfd #fd954c #4cfd95

Analogous Colors of #954cfd

#954cfd #ee4cfd #4c5cfd

Monochromatic Colors of #954cfd

#954cfd

Complementary Color

#954cfd #b4fd4c

#954cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#954cfd Color CSS Codes

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

#954cfd Text Font Color

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

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


#954cfd Background Color

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

This div background color is #954cfd


#954cfd Border Color

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

This div border color is #954cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954cfd


Comments

No comments written yet.

Please login to write comment.