Color Hex Logo

#b31ddc Color Hex

#B31DDC
(179,29,220)
0 Favorites   0 Comments

Color spaces of #b31ddc

RGB 17929220
HSL0.800.770.49
HSV287°87°86°
CMYK 0.190.870.00   0.14
XYZ31.948015.629769.0431
Yxy15.62970.27390.1340
Hunter Lab39.534475.0617-75.8703
CIE-Lab46.484978.3156-64.0913

#b31ddc color RGB value is (179,29,220).

#b31ddc hex color red value is 179, green value is 29 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b31ddc hue: 0.80 , saturation: 0.77 and the lightness value of b31ddc is 0.49.

The process color (four color CMYK) of #b31ddc color hex is 0.19, 0.87, 0.00, 0.14. Web safe color of #b31ddc is #cc33cc. Color #b31ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011101 11011100
Octal 263 35 334
Decimal 179 29 220
Hex B3 1D DC

RGB Percentages of Color #b31ddc

%41.82
%6.78
%51.40

CMYK Percentages of Color #b31ddc

%19
%87
%0
%14

Triadic Colors of #b31ddc

#b31ddc #dcb31d #1ddcb3

Analogous Colors of #b31ddc

#b31ddc #dc1da6 #531ddc

Monochromatic Colors of #b31ddc

#b31ddc

Complementary Color

#b31ddc #46dc1d

#b31ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31ddc Color CSS Codes

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

#b31ddc Text Font Color

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

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


#b31ddc Background Color

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

This div background color is #b31ddc


#b31ddc Border Color

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

This div border color is #b31ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31ddc


Comments

No comments written yet.

Please login to write comment.