Color Hex Logo

#bc82be Color Hex

#BC82BE
(188,130,190)
0 Favorites   0 Comments

Color spaces of #bc82be

RGB 188130190
HSL0.830.320.63
HSV298°32°75°
CMYK 0.010.320.00   0.25
XYZ38.015930.374352.5744
Yxy30.37430.31430.2511
Hunter Lab55.112926.6786-17.9801
CIE-Lab61.975832.2910-22.4632

#bc82be color RGB value is (188,130,190).

#bc82be hex color red value is 188, green value is 130 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bc82be hue: 0.83 , saturation: 0.32 and the lightness value of bc82be is 0.63.

The process color (four color CMYK) of #bc82be color hex is 0.01, 0.32, 0.00, 0.25. Web safe color of #bc82be is #cc99cc. Color #bc82be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 10111110
Octal 274 202 276
Decimal 188 130 190
Hex BC 82 BE

RGB Percentages of Color #bc82be

%37.01
%25.59
%37.40

CMYK Percentages of Color #bc82be

%1
%32
%0
%25

Triadic Colors of #bc82be

#bc82be #bebc82 #82bebc

Analogous Colors of #bc82be

#bc82be #be82a2 #9e82be

Monochromatic Colors of #bc82be

#bc82be

Complementary Color

#bc82be #84be82

#bc82be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc82be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc82be Color CSS Codes

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

#bc82be Text Font Color

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

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


#bc82be Background Color

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

This div background color is #bc82be


#bc82be Border Color

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

This div border color is #bc82be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,130,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc82be


Comments

No comments written yet.

Please login to write comment.