Color Hex Logo

#b231da Color Hex

#B231DA
(178,49,218)
0 Favorites   0 Comments

Color spaces of #b231da

RGB 17849218
HSL0.790.700.52
HSV286°78°85°
CMYK 0.180.780.00   0.15
XYZ32.113316.723667.8651
Yxy16.72360.27520.1433
Hunter Lab40.894568.6057-69.7666
CIE-Lab47.909972.7719-60.6516

#b231da color RGB value is (178,49,218).

#b231da hex color red value is 178, green value is 49 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b231da hue: 0.79 , saturation: 0.70 and the lightness value of b231da is 0.52.

The process color (four color CMYK) of #b231da color hex is 0.18, 0.78, 0.00, 0.15. Web safe color of #b231da is #9933cc. Color #b231da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110001 11011010
Octal 262 61 332
Decimal 178 49 218
Hex B2 31 DA

RGB Percentages of Color #b231da

%40.00
%11.01
%48.99

CMYK Percentages of Color #b231da

%18
%78
%0
%15

Triadic Colors of #b231da

#b231da #dab231 #31dab2

Analogous Colors of #b231da

#b231da #da31ae #5e31da

Monochromatic Colors of #b231da

#b231da

Complementary Color

#b231da #59da31

#b231da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b231da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b231da Color CSS Codes

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

#b231da Text Font Color

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

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


#b231da Background Color

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

This div background color is #b231da


#b231da Border Color

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

This div border color is #b231da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b231da


Comments

No comments written yet.

Please login to write comment.