Color Hex Logo

#b130ce Color Hex

#B130CE
(177,48,206)
0 Favorites   0 Comments

Color spaces of #b130ce

RGB 17748206
HSL0.800.620.50
HSV289°77°81°
CMYK 0.140.770.00   0.19
XYZ30.329015.917259.8663
Yxy15.91720.28580.1500
Hunter Lab39.896465.8761-61.0399
CIE-Lab46.865770.6997-55.4575

#b130ce color RGB value is (177,48,206).

#b130ce hex color red value is 177, green value is 48 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b130ce hue: 0.80 , saturation: 0.62 and the lightness value of b130ce is 0.50.

The process color (four color CMYK) of #b130ce color hex is 0.14, 0.77, 0.00, 0.19. Web safe color of #b130ce is #9933cc. Color #b130ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110000 11001110
Octal 261 60 316
Decimal 177 48 206
Hex B1 30 CE

RGB Percentages of Color #b130ce

%41.07
%11.14
%47.80

CMYK Percentages of Color #b130ce

%14
%77
%0
%19

Triadic Colors of #b130ce

#b130ce #ceb130 #30ceb1

Analogous Colors of #b130ce

#b130ce #ce309c #6230ce

Monochromatic Colors of #b130ce

#b130ce

Complementary Color

#b130ce #4dce30

#b130ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b130ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b130ce Color CSS Codes

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

#b130ce Text Font Color

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

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


#b130ce Background Color

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

This div background color is #b130ce


#b130ce Border Color

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

This div border color is #b130ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,48,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b130ce


Comments

No comments written yet.

Please login to write comment.