Color Hex Logo

#bd94ca Color Hex

#BD94CA
(189,148,202)
0 Favorites   0 Comments

Color spaces of #bd94ca

RGB 189148202
HSL0.790.340.69
HSV286°27°79°
CMYK 0.060.270.00   0.21
XYZ42.236836.262960.6504
Yxy36.26290.30350.2606
Hunter Lab60.218719.8155-17.5620
CIE-Lab66.720324.9993-21.9376

#bd94ca color RGB value is (189,148,202).

#bd94ca hex color red value is 189, green value is 148 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd94ca hue: 0.79 , saturation: 0.34 and the lightness value of bd94ca is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 11001010
Octal 275 224 312
Decimal 189 148 202
Hex BD 94 CA

RGB Percentages of Color #bd94ca

%35.06
%27.46
%37.48

CMYK Percentages of Color #bd94ca

%6
%27
%0
%21

Triadic Colors of #bd94ca

#bd94ca #cabd94 #94cabd

Analogous Colors of #bd94ca

#bd94ca #ca94bc #a294ca

Monochromatic Colors of #bd94ca

#bd94ca

Complementary Color

#bd94ca #a1ca94

#bd94ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd94ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd94ca Color CSS Codes

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

#bd94ca Text Font Color

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

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


#bd94ca Background Color

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

This div background color is #bd94ca


#bd94ca Border Color

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

This div border color is #bd94ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,148,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 #bd94ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd94ca

#bd94ca Color Palettes


Comments

No comments written yet.

Please login to write comment.