Color Hex Logo

#b647ca Color Hex

#B647CA
(182,71,202)
0 Favorites   0 Comments

Color spaces of #b647ca

RGB 18271202
HSL0.810.550.54
HSV291°65°79°
CMYK 0.100.650.00   0.21
XYZ32.205318.715857.7922
Yxy18.71580.29620.1722
Hunter Lab43.261857.1725-48.9207
CIE-Lab50.353062.5733-47.5304

#b647ca color RGB value is (182,71,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000111 11001010
Octal 266 107 312
Decimal 182 71 202
Hex B6 47 CA

RGB Percentages of Color #b647ca

%40.00
%15.60
%44.40

CMYK Percentages of Color #b647ca

%10
%65
%0
%21

Triadic Colors of #b647ca

#b647ca #cab647 #47cab6

Analogous Colors of #b647ca

#b647ca #ca479d #7547ca

Monochromatic Colors of #b647ca

#b647ca

Complementary Color

#b647ca #5bca47

#b647ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b647ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b647ca Color CSS Codes

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

#b647ca Text Font Color

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

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


#b647ca Background Color

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

This div background color is #b647ca


#b647ca Border Color

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

This div border color is #b647ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b647ca


Comments

No comments written yet.

Please login to write comment.