Color Hex Logo

#b785df Color Hex

#B785DF
(183,133,223)
0 Favorites   0 Comments

Color spaces of #b785df

RGB 183133223
HSL0.760.580.70
HSV273°40°87°
CMYK 0.180.400.00   0.13
XYZ41.235332.170173.8481
Yxy32.17010.28000.2185
Hunter Lab56.718730.5143-37.4929
CIE-Lab63.483235.9124-38.6807

#b785df color RGB value is (183,133,223).

#b785df hex color red value is 183, green value is 133 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b785df hue: 0.76 , saturation: 0.58 and the lightness value of b785df is 0.70.

The process color (four color CMYK) of #b785df color hex is 0.18, 0.40, 0.00, 0.13. Web safe color of #b785df is #cc99cc. Color #b785df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000101 11011111
Octal 267 205 337
Decimal 183 133 223
Hex B7 85 DF

RGB Percentages of Color #b785df

%33.95
%24.68
%41.37

CMYK Percentages of Color #b785df

%18
%40
%0
%13

Triadic Colors of #b785df

#b785df #dfb785 #85dfb7

Analogous Colors of #b785df

#b785df #df85da #8a85df

Monochromatic Colors of #b785df

#b785df

Complementary Color

#b785df #addf85

#b785df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b785df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b785df Color CSS Codes

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

#b785df Text Font Color

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

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


#b785df Background Color

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

This div background color is #b785df


#b785df Border Color

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

This div border color is #b785df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,133,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b785df


Comments

No comments written yet.

Please login to write comment.