color codes Logo

#b15cfd color codes

#B15CFD
(177,92,253)
0 Favorites   0 Comments

Color spaces of #b15cfd

RGB 17792253
HSL0.750.980.68
HSV272°64°99°
CMYK 0.300.640.00   0.01
XYZ39.688224.093395.4872
Yxy24.09330.24920.1513
Hunter Lab49.084958.4297-80.9802
CIE-Lab56.181162.5929-66.9865

#b15cfd color RGB value is (177,92,253).

#b15cfd hex color red value is 177, green value is 92 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b15cfd hue: 0.75 , saturation: 0.98 and the lightness value of b15cfd is 0.68.

The process color (four color CMYK) of #b15cfd color code is 0.30, 0.64, 0.00, 0.01. Web safe color of #b15cfd is #9966ff. Color #b15cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011100 11111101
Octal 261 134 375
Decimal 177 92 253
Hex B1 5C FD

RGB Percentages of Color #b15cfd

%33.91
%17.62
%48.47

CMYK Percentages of Color #b15cfd

%30
%64
%0
%1

Triadic Colors of #b15cfd

#b15cfd #fdb15c #5cfdb1

Analogous Colors of #b15cfd

#b15cfd #fd5cf9 #615cfd

Monochromatic Colors of #b15cfd

#b15cfd

Complementary Color

#b15cfd #a8fd5c

#b15cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15cfd Color CSS Codes

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

#b15cfd Text Font Color

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

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


#b15cfd Background Color

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

This div background color is #b15cfd


#b15cfd Border Color

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

This div border color is #b15cfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,92,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b15cfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b15cfd;
  -webkit-box-shadow: 1px 1px 3px 2px #b15cfd;
  box-shadow:         1px 1px 3px 2px #b15cfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,92,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 #b15cfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15cfd


Comments

No comments written yet.

Please login to write comment.