Color Hex Logo

#bd84ca Color Hex

#BD84CA
(189,132,202)
0 Favorites   0 Comments

Color spaces of #bd84ca

RGB 189132202
HSL0.800.400.65
HSV289°35°79°
CMYK 0.060.350.00   0.21
XYZ39.898231.585659.8709
Yxy31.58560.30370.2405
Hunter Lab56.201128.3687-23.8208
CIE-Lab62.998933.8638-27.6458

#bd84ca color RGB value is (189,132,202).

#bd84ca hex color red value is 189, green value is 132 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd84ca hue: 0.80 , saturation: 0.40 and the lightness value of bd84ca is 0.65.

The process color (four color CMYK) of #bd84ca color hex is 0.06, 0.35, 0.00, 0.21. Web safe color of #bd84ca is #cc99cc. Color #bd84ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000100 11001010
Octal 275 204 312
Decimal 189 132 202
Hex BD 84 CA

RGB Percentages of Color #bd84ca

%36.14
%25.24
%38.62

CMYK Percentages of Color #bd84ca

%6
%35
%0
%21

Triadic Colors of #bd84ca

#bd84ca #cabd84 #84cabd

Analogous Colors of #bd84ca

#bd84ca #ca84b4 #9a84ca

Monochromatic Colors of #bd84ca

#bd84ca

Complementary Color

#bd84ca #91ca84

#bd84ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd84ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd84ca Color CSS Codes

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

#bd84ca Text Font Color

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

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


#bd84ca Background Color

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

This div background color is #bd84ca


#bd84ca Border Color

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

This div border color is #bd84ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd84ca


Comments

No comments written yet.

Please login to write comment.