Color Hex Logo

#b679cd Color Hex

#B679CD
(182,121,205)
0 Favorites   0 Comments

Color spaces of #b679cd

RGB 182121205
HSL0.790.460.64
HSV284°41°80°
CMYK 0.110.410.00   0.20
XYZ37.148228.027661.2096
Yxy28.02760.29390.2218
Hunter Lab52.941132.6046-31.4913
CIE-Lab59.913738.3553-34.1774

#b679cd color RGB value is (182,121,205).

#b679cd hex color red value is 182, green value is 121 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b679cd hue: 0.79 , saturation: 0.46 and the lightness value of b679cd is 0.64.

The process color (four color CMYK) of #b679cd color hex is 0.11, 0.41, 0.00, 0.20. Web safe color of #b679cd is #cc66cc. Color #b679cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111001 11001101
Octal 266 171 315
Decimal 182 121 205
Hex B6 79 CD

RGB Percentages of Color #b679cd

%35.83
%23.82
%40.35

CMYK Percentages of Color #b679cd

%11
%41
%0
%20

Triadic Colors of #b679cd

#b679cd #cdb679 #79cdb6

Analogous Colors of #b679cd

#b679cd #cd79ba #8c79cd

Monochromatic Colors of #b679cd

#b679cd

Complementary Color

#b679cd #90cd79

#b679cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b679cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b679cd Color CSS Codes

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

#b679cd Text Font Color

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

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


#b679cd Background Color

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

This div background color is #b679cd


#b679cd Border Color

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

This div border color is #b679cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b679cd


Comments

No comments written yet.

Please login to write comment.