Color Hex Logo

#b289ca Color Hex

#B289CA
(178,137,202)
0 Favorites   0 Comments

Color spaces of #b289ca

RGB 178137202
HSL0.770.380.66
HSV278°32°79°
CMYK 0.120.320.00   0.21
XYZ37.966431.620659.9794
Yxy31.62060.29300.2440
Hunter Lab56.232222.1118-23.8784
CIE-Lab63.028127.5956-27.6944

#b289ca color RGB value is (178,137,202).

#b289ca hex color red value is 178, green value is 137 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b289ca hue: 0.77 , saturation: 0.38 and the lightness value of b289ca is 0.66.

The process color (four color CMYK) of #b289ca color hex is 0.12, 0.32, 0.00, 0.21. Web safe color of #b289ca is #9999cc. Color #b289ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001001 11001010
Octal 262 211 312
Decimal 178 137 202
Hex B2 89 CA

RGB Percentages of Color #b289ca

%34.43
%26.50
%39.07

CMYK Percentages of Color #b289ca

%12
%32
%0
%21

Triadic Colors of #b289ca

#b289ca #cab289 #89cab2

Analogous Colors of #b289ca

#b289ca #ca89c2 #9289ca

Monochromatic Colors of #b289ca

#b289ca

Complementary Color

#b289ca #a1ca89

#b289ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b289ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b289ca Color CSS Codes

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

#b289ca Text Font Color

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

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


#b289ca Background Color

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

This div background color is #b289ca


#b289ca Border Color

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

This div border color is #b289ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b289ca


Comments

No comments written yet.

Please login to write comment.