Color Hex Logo

#b747ca Color Hex

#B747CA
(183,71,202)
0 Favorites   0 Comments

Color spaces of #b747ca

RGB 18371202
HSL0.810.550.54
HSV291°65°79°
CMYK 0.090.650.00   0.21
XYZ32.442318.838057.8033
Yxy18.83800.29740.1727
Hunter Lab43.402857.4687-48.5798
CIE-Lab50.497162.8051-47.2923

#b747ca color RGB value is (183,71,202).

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

The process color (four color CMYK) of #b747ca color hex is 0.09, 0.65, 0.00, 0.21. Web safe color of #b747ca is #cc33cc. Color #b747ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000111 11001010
Octal 267 107 312
Decimal 183 71 202
Hex B7 47 CA

RGB Percentages of Color #b747ca

%40.13
%15.57
%44.30

CMYK Percentages of Color #b747ca

%9
%65
%0
%21

Triadic Colors of #b747ca

#b747ca #cab747 #47cab7

Analogous Colors of #b747ca

#b747ca #ca479c #7647ca

Monochromatic Colors of #b747ca

#b747ca

Complementary Color

#b747ca #5aca47

#b747ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b747ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b747ca Color CSS Codes

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

#b747ca Text Font Color

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

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


#b747ca Background Color

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

This div background color is #b747ca


#b747ca Border Color

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

This div border color is #b747ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b747ca


Comments

No comments written yet.

Please login to write comment.