Color Hex Logo

#b082cd Color Hex

#B082CD
(176,130,205)
0 Favorites   0 Comments

Color spaces of #b082cd

RGB 176130205
HSL0.770.430.66
HSV277°37°80°
CMYK 0.140.370.00   0.20
XYZ36.906629.603161.5264
Yxy29.60310.28830.2312
Hunter Lab54.408725.8651-28.9601
CIE-Lab61.310231.5413-32.0538

#b082cd color RGB value is (176,130,205).

#b082cd hex color red value is 176, green value is 130 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b082cd hue: 0.77 , saturation: 0.43 and the lightness value of b082cd is 0.66.

The process color (four color CMYK) of #b082cd color hex is 0.14, 0.37, 0.00, 0.20. Web safe color of #b082cd is #9999cc. Color #b082cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000010 11001101
Octal 260 202 315
Decimal 176 130 205
Hex B0 82 CD

RGB Percentages of Color #b082cd

%34.44
%25.44
%40.12

CMYK Percentages of Color #b082cd

%14
%37
%0
%20

Triadic Colors of #b082cd

#b082cd #cdb082 #82cdb0

Analogous Colors of #b082cd

#b082cd #cd82c5 #8b82cd

Monochromatic Colors of #b082cd

#b082cd

Complementary Color

#b082cd #9fcd82

#b082cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b082cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b082cd Color CSS Codes

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

#b082cd Text Font Color

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

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


#b082cd Background Color

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

This div background color is #b082cd


#b082cd Border Color

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

This div border color is #b082cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b082cd


Comments

No comments written yet.

Please login to write comment.