Color Hex Logo

#b883da Color Hex

#B883DA
(184,131,218)
0 Favorites   0 Comments

Color spaces of #b883da

RGB 184131218
HSL0.770.540.68
HSV277°40°85°
CMYK 0.160.400.00   0.15
XYZ40.538431.484970.2703
Yxy31.48490.28490.2213
Hunter Lab56.111430.7646-34.9730
CIE-Lab62.914936.2178-36.7758

#b883da color RGB value is (184,131,218).

#b883da hex color red value is 184, green value is 131 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b883da hue: 0.77 , saturation: 0.54 and the lightness value of b883da is 0.68.

The process color (four color CMYK) of #b883da color hex is 0.16, 0.40, 0.00, 0.15. Web safe color of #b883da is #cc99cc. Color #b883da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000011 11011010
Octal 270 203 332
Decimal 184 131 218
Hex B8 83 DA

RGB Percentages of Color #b883da

%34.52
%24.58
%40.90

CMYK Percentages of Color #b883da

%16
%40
%0
%15

Triadic Colors of #b883da

#b883da #dab883 #83dab8

Analogous Colors of #b883da

#b883da #da83d1 #8d83da

Monochromatic Colors of #b883da

#b883da

Complementary Color

#b883da #a5da83

#b883da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b883da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b883da Color CSS Codes

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

#b883da Text Font Color

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

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


#b883da Background Color

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

This div background color is #b883da


#b883da Border Color

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

This div border color is #b883da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b883da


Comments

No comments written yet.

Please login to write comment.