Color Hex Logo

#b759ca Color Hex

#B759CA
(183,89,202)
0 Favorites   0 Comments

Color spaces of #b759ca

RGB 18389202
HSL0.810.520.57
HSV290°56°79°
CMYK 0.090.560.00   0.21
XYZ33.761521.476358.2430
Yxy21.47630.29750.1893
Hunter Lab46.342548.9416-42.0755
CIE-Lab53.466954.6780-42.5816

#b759ca color RGB value is (183,89,202).

#b759ca hex color red value is 183, green value is 89 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b759ca hue: 0.81 , saturation: 0.52 and the lightness value of b759ca is 0.57.

The process color (four color CMYK) of #b759ca color hex is 0.09, 0.56, 0.00, 0.21. Web safe color of #b759ca is #cc66cc. Color #b759ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011001 11001010
Octal 267 131 312
Decimal 183 89 202
Hex B7 59 CA

RGB Percentages of Color #b759ca

%38.61
%18.78
%42.62

CMYK Percentages of Color #b759ca

%9
%56
%0
%21

Triadic Colors of #b759ca

#b759ca #cab759 #59cab7

Analogous Colors of #b759ca

#b759ca #ca59a5 #7f59ca

Monochromatic Colors of #b759ca

#b759ca

Complementary Color

#b759ca #6cca59

#b759ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b759ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b759ca Color CSS Codes

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

#b759ca Text Font Color

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

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


#b759ca Background Color

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

This div background color is #b759ca


#b759ca Border Color

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

This div border color is #b759ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b759ca


Comments

No comments written yet.

Please login to write comment.