Color Hex Logo

#b431bc Color Hex

#B431BC
(180,49,188)
0 Favorites   0 Comments

Color spaces of #b431bc

RGB 18049188
HSL0.820.590.46
HSV297°74°74°
CMYK 0.040.740.00   0.26
XYZ28.997815.530849.0463
Yxy15.53080.30990.1660
Hunter Lab39.409162.3768-46.2025
CIE-Lab46.352867.8365-45.8081

#b431bc color RGB value is (180,49,188).

#b431bc hex color red value is 180, green value is 49 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b431bc hue: 0.82 , saturation: 0.59 and the lightness value of b431bc is 0.46.

The process color (four color CMYK) of #b431bc color hex is 0.04, 0.74, 0.00, 0.26. Web safe color of #b431bc is #cc33cc. Color #b431bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110001 10111100
Octal 264 61 274
Decimal 180 49 188
Hex B4 31 BC

RGB Percentages of Color #b431bc

%43.17
%11.75
%45.08

CMYK Percentages of Color #b431bc

%4
%74
%0
%26

Triadic Colors of #b431bc

#b431bc #bcb431 #31bcb4

Analogous Colors of #b431bc

#b431bc #bc317f #6f31bc

Monochromatic Colors of #b431bc

#b431bc

Complementary Color

#b431bc #39bc31

#b431bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b431bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b431bc Color CSS Codes

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

#b431bc Text Font Color

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

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


#b431bc Background Color

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

This div background color is #b431bc


#b431bc Border Color

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

This div border color is #b431bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,49,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b431bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b431bc;
  -webkit-box-shadow: 1px 1px 3px 2px #b431bc;
  box-shadow:         1px 1px 3px 2px #b431bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,49,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b431bc


Comments

No comments written yet.

Please login to write comment.