Color Hex Logo

#b670cd Color Hex

#B670CD
(182,112,205)
0 Favorites   0 Comments

Color spaces of #b670cd

RGB 182112205
HSL0.790.480.62
HSV285°45°80°
CMYK 0.110.450.00   0.20
XYZ36.105025.941260.8618
Yxy25.94120.29380.2111
Hunter Lab50.932537.4031-35.1958
CIE-Lab57.981243.2304-37.1960

#b670cd color RGB value is (182,112,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110000 11001101
Octal 266 160 315
Decimal 182 112 205
Hex B6 70 CD

RGB Percentages of Color #b670cd

%36.47
%22.44
%41.08

CMYK Percentages of Color #b670cd

%11
%45
%0
%20

Triadic Colors of #b670cd

#b670cd #cdb670 #70cdb6

Analogous Colors of #b670cd

#b670cd #cd70b6 #8870cd

Monochromatic Colors of #b670cd

#b670cd

Complementary Color

#b670cd #87cd70

#b670cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b670cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b670cd Color CSS Codes

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

#b670cd Text Font Color

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

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


#b670cd Background Color

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

This div background color is #b670cd


#b670cd Border Color

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

This div border color is #b670cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b670cd


Comments

No comments written yet.

Please login to write comment.