Color Hex Logo

#b783dc Color Hex

#B783DC
(183,131,220)
0 Favorites   0 Comments

Color spaces of #b783dc

RGB 183131220
HSL0.760.560.69
HSV275°40°86°
CMYK 0.170.400.00   0.14
XYZ40.563031.467271.6460
Yxy31.46720.28230.2190
Hunter Lab56.095630.9068-36.4589
CIE-Lab62.900136.3577-37.9219

#b783dc color RGB value is (183,131,220).

#b783dc hex color red value is 183, green value is 131 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b783dc hue: 0.76 , saturation: 0.56 and the lightness value of b783dc is 0.69.

The process color (four color CMYK) of #b783dc color hex is 0.17, 0.40, 0.00, 0.14. Web safe color of #b783dc is #cc99cc. Color #b783dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000011 11011100
Octal 267 203 334
Decimal 183 131 220
Hex B7 83 DC

RGB Percentages of Color #b783dc

%34.27
%24.53
%41.20

CMYK Percentages of Color #b783dc

%17
%40
%0
%14

Triadic Colors of #b783dc

#b783dc #dcb783 #83dcb7

Analogous Colors of #b783dc

#b783dc #dc83d5 #8b83dc

Monochromatic Colors of #b783dc

#b783dc

Complementary Color

#b783dc #a8dc83

#b783dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b783dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b783dc Color CSS Codes

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

#b783dc Text Font Color

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

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


#b783dc Background Color

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

This div background color is #b783dc


#b783dc Border Color

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

This div border color is #b783dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b783dc


Comments

No comments written yet.

Please login to write comment.