Color Hex Logo

#b431dc Color Hex

#B431DC
(180,49,220)
0 Favorites   0 Comments

Color spaces of #b431dc

RGB 18049220
HSL0.790.710.53
HSV286°78°86°
CMYK 0.180.780.00   0.14
XYZ32.839017.067269.2736
Yxy17.06720.27550.1432
Hunter Lab41.312569.5916-70.5000
CIE-Lab48.344673.5018-61.0759

#b431dc color RGB value is (180,49,220).

#b431dc hex color red value is 180, green value is 49 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b431dc hue: 0.79 , saturation: 0.71 and the lightness value of b431dc is 0.53.

The process color (four color CMYK) of #b431dc color hex is 0.18, 0.78, 0.00, 0.14. Web safe color of #b431dc is #cc33cc. Color #b431dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110001 11011100
Octal 264 61 334
Decimal 180 49 220
Hex B4 31 DC

RGB Percentages of Color #b431dc

%40.09
%10.91
%49.00

CMYK Percentages of Color #b431dc

%18
%78
%0
%14

Triadic Colors of #b431dc

#b431dc #dcb431 #31dcb4

Analogous Colors of #b431dc

#b431dc #dc31af #5e31dc

Monochromatic Colors of #b431dc

#b431dc

Complementary Color

#b431dc #59dc31

#b431dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b431dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b431dc Color CSS Codes

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

#b431dc Text Font Color

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

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


#b431dc Background Color

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

This div background color is #b431dc


#b431dc Border Color

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

This div border color is #b431dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b431dc


Comments

No comments written yet.

Please login to write comment.