Color Hex Logo

#b673ca Color Hex

#B673CA
(182,115,202)
0 Favorites   0 Comments

Color spaces of #b673ca

RGB 182115202
HSL0.800.450.62
HSV286°43°79°
CMYK 0.100.430.00   0.21
XYZ36.082826.470859.0847
Yxy26.47080.29660.2176
Hunter Lab51.449835.1486-32.0735
CIE-Lab58.481341.0007-34.7145

#b673ca color RGB value is (182,115,202).

#b673ca hex color red value is 182, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b673ca hue: 0.80 , saturation: 0.45 and the lightness value of b673ca is 0.62.

The process color (four color CMYK) of #b673ca color hex is 0.10, 0.43, 0.00, 0.21. Web safe color of #b673ca is #cc66cc. Color #b673ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110011 11001010
Octal 266 163 312
Decimal 182 115 202
Hex B6 73 CA

RGB Percentages of Color #b673ca

%36.47
%23.05
%40.48

CMYK Percentages of Color #b673ca

%10
%43
%0
%21

Triadic Colors of #b673ca

#b673ca #cab673 #73cab6

Analogous Colors of #b673ca

#b673ca #ca73b3 #8b73ca

Monochromatic Colors of #b673ca

#b673ca

Complementary Color

#b673ca #87ca73

#b673ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b673ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b673ca Color CSS Codes

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

#b673ca Text Font Color

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

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


#b673ca Background Color

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

This div background color is #b673ca


#b673ca Border Color

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

This div border color is #b673ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b673ca


Comments

No comments written yet.

Please login to write comment.