Color Hex Logo

#b756ca Color Hex

#B756CA
(183,86,202)
0 Favorites   0 Comments

Color spaces of #b756ca

RGB 18386202
HSL0.810.520.56
HSV290°57°79°
CMYK 0.090.570.00   0.21
XYZ33.516920.987158.1615
Yxy20.98710.29750.1863
Hunter Lab45.811750.4243-43.2051
CIE-Lab52.935456.1118-43.4222

#b756ca color RGB value is (183,86,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010110 11001010
Octal 267 126 312
Decimal 183 86 202
Hex B7 56 CA

RGB Percentages of Color #b756ca

%38.85
%18.26
%42.89

CMYK Percentages of Color #b756ca

%9
%57
%0
%21

Triadic Colors of #b756ca

#b756ca #cab756 #56cab7

Analogous Colors of #b756ca

#b756ca #ca56a3 #7d56ca

Monochromatic Colors of #b756ca

#b756ca

Complementary Color

#b756ca #69ca56

#b756ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b756ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b756ca Color CSS Codes

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

#b756ca Text Font Color

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

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


#b756ca Background Color

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

This div background color is #b756ca


#b756ca Border Color

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

This div border color is #b756ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b756ca


Comments

No comments written yet.

Please login to write comment.