Color Hex Logo

#bd71ae Color Hex

#BD71AE
(189,113,174)
0 Favorites   0 Comments

Color spaces of #bd71ae

RGB 189113174
HSL0.870.370.59
HSV312°40°74°
CMYK 0.000.400.08   0.26
XYZ34.531425.685143.1821
Yxy25.68510.33400.2484
Hunter Lab50.680532.9311-15.0415
CIE-Lab57.736938.9441-19.8089

#bd71ae color RGB value is (189,113,174).

#bd71ae hex color red value is 189, green value is 113 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bd71ae hue: 0.87 , saturation: 0.37 and the lightness value of bd71ae is 0.59.

The process color (four color CMYK) of #bd71ae color hex is 0.00, 0.40, 0.08, 0.26. Web safe color of #bd71ae is #cc6699. Color #bd71ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 10101110
Octal 275 161 256
Decimal 189 113 174
Hex BD 71 AE

RGB Percentages of Color #bd71ae

%39.71
%23.74
%36.55

CMYK Percentages of Color #bd71ae

%0
%40
%8
%26

Triadic Colors of #bd71ae

#bd71ae #aebd71 #71aebd

Analogous Colors of #bd71ae

#bd71ae #bd7188 #a671bd

Monochromatic Colors of #bd71ae

#bd71ae

Complementary Color

#bd71ae #71bd80

#bd71ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd71ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd71ae Color CSS Codes

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

#bd71ae Text Font Color

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

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


#bd71ae Background Color

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

This div background color is #bd71ae


#bd71ae Border Color

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

This div border color is #bd71ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd71ae


Comments

No comments written yet.

Please login to write comment.