Color Hex Logo

#b785ca Color Hex

#B785CA
(183,133,202)
0 Favorites   0 Comments

Color spaces of #b785ca

RGB 183133202
HSL0.790.390.66
HSV283°34°79°
CMYK 0.090.340.00   0.21
XYZ38.576631.106659.8481
Yxy31.10660.29780.2401
Hunter Lab55.773325.8595-24.5804
CIE-Lab62.597531.4137-28.3170

#b785ca color RGB value is (183,133,202).

#b785ca hex color red value is 183, green value is 133 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b785ca hue: 0.79 , saturation: 0.39 and the lightness value of b785ca is 0.66.

The process color (four color CMYK) of #b785ca color hex is 0.09, 0.34, 0.00, 0.21. Web safe color of #b785ca is #cc99cc. Color #b785ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000101 11001010
Octal 267 205 312
Decimal 183 133 202
Hex B7 85 CA

RGB Percentages of Color #b785ca

%35.33
%25.68
%39.00

CMYK Percentages of Color #b785ca

%9
%34
%0
%21

Triadic Colors of #b785ca

#b785ca #cab785 #85cab7

Analogous Colors of #b785ca

#b785ca #ca85bb #9585ca

Monochromatic Colors of #b785ca

#b785ca

Complementary Color

#b785ca #98ca85

#b785ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b785ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b785ca Color CSS Codes

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

#b785ca Text Font Color

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

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


#b785ca Background Color

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

This div background color is #b785ca


#b785ca Border Color

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

This div border color is #b785ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b785ca


Comments

No comments written yet.

Please login to write comment.