color codes Logo

#b50fd7 color codes

#B50FD7
(181,15,215)
0 Favorites   0 Comments

Color spaces of #b50fd7

RGB 18115215
HSL0.810.870.45
HSV290°93°84°
CMYK 0.160.930.00   0.16
XYZ31.492615.071765.5393
Yxy15.07170.28090.1344
Hunter Lab38.822376.8600-72.9170
CIE-Lab45.732279.8999-62.4318

#b50fd7 color RGB value is (181,15,215).

#b50fd7 hex color red value is 181, green value is 15 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #b50fd7 hue: 0.81 , saturation: 0.87 and the lightness value of b50fd7 is 0.45.

The process color (four color CMYK) of #b50fd7 color code is 0.16, 0.93, 0.00, 0.16. Web safe color of #b50fd7 is #cc00cc. Color #b50fd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001111 11010111
Octal 265 17 327
Decimal 181 15 215
Hex B5 F D7

RGB Percentages of Color #b50fd7

%44.04
%3.65
%52.31

CMYK Percentages of Color #b50fd7

%16
%93
%0
%16

Triadic Colors of #b50fd7

#b50fd7 #d7b50f #0fd7b5

Analogous Colors of #b50fd7

#b50fd7 #d70f95 #510fd7

Monochromatic Colors of #b50fd7

#b50fd7

Complementary Color

#b50fd7 #31d70f

#b50fd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50fd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50fd7 Color CSS Codes

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

#b50fd7 Text Font Color

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

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


#b50fd7 Background Color

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

This div background color is #b50fd7


#b50fd7 Border Color

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

This div border color is #b50fd7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,15,215, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b50fd7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b50fd7;
  -webkit-box-shadow: 1px 1px 3px 2px #b50fd7;
  box-shadow:         1px 1px 3px 2px #b50fd7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,15,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50fd7


Comments

No comments written yet.

Please login to write comment.