Color Hex Logo

#bc629d Color Hex

#BC629D
(188,98,157)
0 Favorites   0 Comments

Color spaces of #bc629d

RGB 18898157
HSL0.890.400.56
HSV321°48°74°
CMYK 0.000.480.16   0.26
XYZ31.192521.861134.4739
Yxy21.86110.35640.2498
Hunter Lab46.755937.2610-10.9864
CIE-Lab53.879343.6807-15.8323

#bc629d color RGB value is (188,98,157).

#bc629d hex color red value is 188, green value is 98 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bc629d hue: 0.89 , saturation: 0.40 and the lightness value of bc629d is 0.56.

The process color (four color CMYK) of #bc629d color hex is 0.00, 0.48, 0.16, 0.26. Web safe color of #bc629d is #cc6699. Color #bc629d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100010 10011101
Octal 274 142 235
Decimal 188 98 157
Hex BC 62 9D

RGB Percentages of Color #bc629d

%42.44
%22.12
%35.44

CMYK Percentages of Color #bc629d

%0
%48
%16
%26

Triadic Colors of #bc629d

#bc629d #9dbc62 #629dbc

Analogous Colors of #bc629d

#bc629d #bc6270 #ae62bc

Monochromatic Colors of #bc629d

#bc629d

Complementary Color

#bc629d #62bc81

#bc629d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc629d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc629d Color CSS Codes

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

#bc629d Text Font Color

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

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


#bc629d Background Color

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

This div background color is #bc629d


#bc629d Border Color

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

This div border color is #bc629d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc629d


Comments

No comments written yet.

Please login to write comment.