Color Hex Logo

#b689ca Color Hex

#B689CA
(182,137,202)
0 Favorites   0 Comments

Color spaces of #b689ca

RGB 182137202
HSL0.780.380.66
HSV282°32°79°
CMYK 0.100.320.00   0.21
XYZ38.897732.100760.0230
Yxy32.10070.29690.2450
Hunter Lab56.657523.3970-23.1517
CIE-Lab63.426028.8669-27.0480

#b689ca color RGB value is (182,137,202).

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

The process color (four color CMYK) of #b689ca color hex is 0.10, 0.32, 0.00, 0.21. Web safe color of #b689ca is #cc99cc. Color #b689ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001001 11001010
Octal 266 211 312
Decimal 182 137 202
Hex B6 89 CA

RGB Percentages of Color #b689ca

%34.93
%26.30
%38.77

CMYK Percentages of Color #b689ca

%10
%32
%0
%21

Triadic Colors of #b689ca

#b689ca #cab689 #89cab6

Analogous Colors of #b689ca

#b689ca #ca89be #9689ca

Monochromatic Colors of #b689ca

#b689ca

Complementary Color

#b689ca #9dca89

#b689ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b689ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b689ca Color CSS Codes

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

#b689ca Text Font Color

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

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


#b689ca Background Color

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

This div background color is #b689ca


#b689ca Border Color

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

This div border color is #b689ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b689ca


Comments

No comments written yet.

Please login to write comment.