Color Hex Logo

#bd77b8 Color Hex

#BD77B8
(189,119,184)
0 Favorites   0 Comments

Color spaces of #bd77b8

RGB 189119184
HSL0.850.350.60
HSV304°37°74°
CMYK 0.000.370.03   0.26
XYZ36.234827.473248.7405
Yxy27.47320.32220.2443
Hunter Lab52.414931.6723-18.4432
CIE-Lab59.409837.5061-22.9767

#bd77b8 color RGB value is (189,119,184).

#bd77b8 hex color red value is 189, green value is 119 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #bd77b8 hue: 0.85 , saturation: 0.35 and the lightness value of bd77b8 is 0.60.

The process color (four color CMYK) of #bd77b8 color hex is 0.00, 0.37, 0.03, 0.26. Web safe color of #bd77b8 is #cc66cc. Color #bd77b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 10111000
Octal 275 167 270
Decimal 189 119 184
Hex BD 77 B8

RGB Percentages of Color #bd77b8

%38.41
%24.19
%37.40

CMYK Percentages of Color #bd77b8

%0
%37
%3
%26

Triadic Colors of #bd77b8

#bd77b8 #b8bd77 #77b8bd

Analogous Colors of #bd77b8

#bd77b8 #bd7795 #9f77bd

Monochromatic Colors of #bd77b8

#bd77b8

Complementary Color

#bd77b8 #77bd7c

#bd77b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd77b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd77b8 Color CSS Codes

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

#bd77b8 Text Font Color

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

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


#bd77b8 Background Color

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

This div background color is #bd77b8


#bd77b8 Border Color

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

This div border color is #bd77b8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,119,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd77b8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd77b8;
  -webkit-box-shadow: 1px 1px 3px 2px #bd77b8;
  box-shadow:         1px 1px 3px 2px #bd77b8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,119,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd77b8


Comments

No comments written yet.

Please login to write comment.