Color Hex Logo

#b690cf Color Hex

#B690CF
(182,144,207)
0 Favorites   0 Comments

Color spaces of #b690cf

RGB 182144207
HSL0.770.400.69
HSV276°30°81°
CMYK 0.120.300.00   0.19
XYZ40.527134.396663.5347
Yxy34.39660.29270.2484
Hunter Lab58.648620.7112-23.1755
CIE-Lab65.276226.0048-26.9958

#b690cf color RGB value is (182,144,207).

#b690cf hex color red value is 182, green value is 144 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b690cf hue: 0.77 , saturation: 0.40 and the lightness value of b690cf is 0.69.

The process color (four color CMYK) of #b690cf color hex is 0.12, 0.30, 0.00, 0.19. Web safe color of #b690cf is #cc99cc. Color #b690cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010000 11001111
Octal 266 220 317
Decimal 182 144 207
Hex B6 90 CF

RGB Percentages of Color #b690cf

%34.15
%27.02
%38.84

CMYK Percentages of Color #b690cf

%12
%30
%0
%19

Triadic Colors of #b690cf

#b690cf #cfb690 #90cfb6

Analogous Colors of #b690cf

#b690cf #cf90c9 #9790cf

Monochromatic Colors of #b690cf

#b690cf

Complementary Color

#b690cf #a9cf90

#b690cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b690cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b690cf Color CSS Codes

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

#b690cf Text Font Color

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

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


#b690cf Background Color

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

This div background color is #b690cf


#b690cf Border Color

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

This div border color is #b690cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,144,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b690cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b690cf


Comments

No comments written yet.

Please login to write comment.