Color Hex Logo

#bd4eca Color Hex

#BD4ECA
(189,78,202)
0 Favorites   0 Comments

Color spaces of #bd4eca

RGB 18978202
HSL0.820.540.55
HSV294°61°79°
CMYK 0.060.610.00   0.21
XYZ34.371320.531958.0286
Yxy20.53190.30440.1818
Hunter Lab45.312156.1041-44.2107
CIE-Lab52.433361.2522-44.1641

#bd4eca color RGB value is (189,78,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001110 11001010
Octal 275 116 312
Decimal 189 78 202
Hex BD 4E CA

RGB Percentages of Color #bd4eca

%40.30
%16.63
%43.07

CMYK Percentages of Color #bd4eca

%6
%61
%0
%21

Triadic Colors of #bd4eca

#bd4eca #cabd4e #4ecabd

Analogous Colors of #bd4eca

#bd4eca #ca4e99 #7f4eca

Monochromatic Colors of #bd4eca

#bd4eca

Complementary Color

#bd4eca #5bca4e

#bd4eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4eca Color CSS Codes

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

#bd4eca Text Font Color

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

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


#bd4eca Background Color

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

This div background color is #bd4eca


#bd4eca Border Color

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

This div border color is #bd4eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4eca


Comments

No comments written yet.

Please login to write comment.