color codes Logo

#951afd color codes

#951AFD
(149,26,253)
0 Favorites   0 Comments

Color spaces of #951afd

RGB 14926253
HSL0.760.980.55
HSV273°90°99°
CMYK 0.410.900.00   0.01
XYZ30.493414.220294.0661
Yxy14.22020.21970.1025
Hunter Lab37.709778.3496-121.5010
CIE-Lab44.547181.3098-86.0907

#951afd color RGB value is (149,26,253).

#951afd hex color red value is 149, green value is 26 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #951afd hue: 0.76 , saturation: 0.98 and the lightness value of 951afd is 0.55.

The process color (four color CMYK) of #951afd color code is 0.41, 0.90, 0.00, 0.01. Web safe color of #951afd is #9933ff. Color #951afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011010 11111101
Octal 225 32 375
Decimal 149 26 253
Hex 95 1A FD

RGB Percentages of Color #951afd

%34.81
%6.07
%59.11

CMYK Percentages of Color #951afd

%41
%90
%0
%1

Triadic Colors of #951afd

#951afd #fd951a #1afd95

Analogous Colors of #951afd

#951afd #fd1af4 #241afd

Monochromatic Colors of #951afd

#951afd

Complementary Color

#951afd #82fd1a

#951afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#951afd Color CSS Codes

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

#951afd Text Font Color

<p style="color:#951afd">Text here</p>

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


#951afd Background Color

<div style="background-color:#951afd">
Div content here</div>

This div background color is #951afd


#951afd Border Color

<div style="border:3px solid #951afd">
Div here</div>

This div border color is #951afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,26,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 #951afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951afd

Related Colors


Comments

No comments written yet.

Please login to write comment.