Color Hex Logo

#bd2fdc Color Hex

#BD2FDC
(189,47,220)
0 Favorites   0 Comments

Color spaces of #bd2fdc

RGB 18947220
HSL0.800.710.52
HSV289°79°86°
CMYK 0.140.790.00   0.14
XYZ34.921018.019269.3476
Yxy18.01920.28560.1474
Hunter Lab42.449072.5585-67.1458
CIE-Lab49.519475.7013-59.1116

#bd2fdc color RGB value is (189,47,220).

#bd2fdc hex color red value is 189, green value is 47 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bd2fdc hue: 0.80 , saturation: 0.71 and the lightness value of bd2fdc is 0.52.

The process color (four color CMYK) of #bd2fdc color hex is 0.14, 0.79, 0.00, 0.14. Web safe color of #bd2fdc is #cc33cc. Color #bd2fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101111 11011100
Octal 275 57 334
Decimal 189 47 220
Hex BD 2F DC

RGB Percentages of Color #bd2fdc

%41.45
%10.31
%48.25

CMYK Percentages of Color #bd2fdc

%14
%79
%0
%14

Triadic Colors of #bd2fdc

#bd2fdc #dcbd2f #2fdcbd

Analogous Colors of #bd2fdc

#bd2fdc #dc2fa5 #672fdc

Monochromatic Colors of #bd2fdc

#bd2fdc

Complementary Color

#bd2fdc #4edc2f

#bd2fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2fdc Color CSS Codes

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

#bd2fdc Text Font Color

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

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


#bd2fdc Background Color

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

This div background color is #bd2fdc


#bd2fdc Border Color

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

This div border color is #bd2fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2fdc


Comments

No comments written yet.

Please login to write comment.