Color Hex Logo

#b682cf Color Hex

#B682CF
(182,130,207)
0 Favorites   0 Comments

Color spaces of #b682cf

RGB 182130207
HSL0.780.450.66
HSV281°37°81°
CMYK 0.120.370.00   0.19
XYZ38.536530.415362.8711
Yxy30.41530.29230.2307
Hunter Lab55.150128.2155-28.9856
CIE-Lab62.010933.8139-32.0417

#b682cf color RGB value is (182,130,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000010 11001111
Octal 266 202 317
Decimal 182 130 207
Hex B6 82 CF

RGB Percentages of Color #b682cf

%35.07
%25.05
%39.88

CMYK Percentages of Color #b682cf

%12
%37
%0
%19

Triadic Colors of #b682cf

#b682cf #cfb682 #82cfb6

Analogous Colors of #b682cf

#b682cf #cf82c2 #9082cf

Monochromatic Colors of #b682cf

#b682cf

Complementary Color

#b682cf #9bcf82

#b682cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b682cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b682cf Color CSS Codes

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

#b682cf Text Font Color

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

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


#b682cf Background Color

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

This div background color is #b682cf


#b682cf Border Color

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

This div border color is #b682cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b682cf


Comments

No comments written yet.

Please login to write comment.