Color Hex Logo

#bd4dca Color Hex

#BD4DCA
(189,77,202)
0 Favorites   0 Comments

Color spaces of #bd4dca

RGB 18977202
HSL0.820.540.55
HSV294°62°79°
CMYK 0.060.620.00   0.21
XYZ34.300820.390858.0051
Yxy20.39080.30440.1809
Hunter Lab45.156256.5660-44.5513
CIE-Lab52.276261.6857-44.4131

#bd4dca color RGB value is (189,77,202).

#bd4dca hex color red value is 189, green value is 77 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd4dca hue: 0.82 , saturation: 0.54 and the lightness value of bd4dca is 0.55.

The process color (four color CMYK) of #bd4dca color hex is 0.06, 0.62, 0.00, 0.21. Web safe color of #bd4dca is #cc66cc. Color #bd4dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001101 11001010
Octal 275 115 312
Decimal 189 77 202
Hex BD 4D CA

RGB Percentages of Color #bd4dca

%40.38
%16.45
%43.16

CMYK Percentages of Color #bd4dca

%6
%62
%0
%21

Triadic Colors of #bd4dca

#bd4dca #cabd4d #4dcabd

Analogous Colors of #bd4dca

#bd4dca #ca4d99 #7f4dca

Monochromatic Colors of #bd4dca

#bd4dca

Complementary Color

#bd4dca #5aca4d

#bd4dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4dca Color CSS Codes

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

#bd4dca Text Font Color

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

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


#bd4dca Background Color

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

This div background color is #bd4dca


#bd4dca Border Color

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

This div border color is #bd4dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4dca


Comments

No comments written yet.

Please login to write comment.