color codes Logo

#b31cda color codes

#B31CDA
(179,28,218)
0 Favorites   0 Comments

Color spaces of #b31cda

RGB 17928218
HSL0.800.770.48
HSV288°87°85°
CMYK 0.180.870.00   0.15
XYZ31.660515.476267.6482
Yxy15.47620.27580.1348
Hunter Lab39.339874.8114-74.4164
CIE-Lab46.279678.1543-63.2801

#b31cda color RGB value is (179,28,218).

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

The process color (four color CMYK) of #b31cda color code is 0.18, 0.87, 0.00, 0.15. Web safe color of #b31cda is #cc33cc. Color #b31cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011100 11011010
Octal 263 34 332
Decimal 179 28 218
Hex B3 1C DA

RGB Percentages of Color #b31cda

%42.12
%6.59
%51.29

CMYK Percentages of Color #b31cda

%18
%87
%0
%15

Triadic Colors of #b31cda

#b31cda #dab31c #1cdab3

Analogous Colors of #b31cda

#b31cda #da1ca2 #541cda

Monochromatic Colors of #b31cda

#b31cda

Complementary Color

#b31cda #43da1c

#b31cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31cda Color CSS Codes

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

#b31cda Text Font Color

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

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


#b31cda Background Color

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

This div background color is #b31cda


#b31cda Border Color

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

This div border color is #b31cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,28,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31cda


Comments

No comments written yet.

Please login to write comment.