Color Hex Logo

#bd2bcc Color Hex

#BD2BCC
(189,43,204)
0 Favorites   0 Comments

Color spaces of #bd2bcc

RGB 18943204
HSL0.820.650.48
HSV294°79°80°
CMYK 0.070.790.00   0.20
XYZ32.749216.906258.6639
Yxy16.90620.30230.1561
Hunter Lab41.117170.2176-55.8100
CIE-Lab48.141674.0566-52.1532

#bd2bcc color RGB value is (189,43,204).

#bd2bcc hex color red value is 189, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bd2bcc hue: 0.82 , saturation: 0.65 and the lightness value of bd2bcc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101011 11001100
Octal 275 53 314
Decimal 189 43 204
Hex BD 2B CC

RGB Percentages of Color #bd2bcc

%43.35
%9.86
%46.79

CMYK Percentages of Color #bd2bcc

%7
%79
%0
%20

Triadic Colors of #bd2bcc

#bd2bcc #ccbd2b #2bccbd

Analogous Colors of #bd2bcc

#bd2bcc #cc2b8b #6d2bcc

Monochromatic Colors of #bd2bcc

#bd2bcc

Complementary Color

#bd2bcc #3acc2b

#bd2bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2bcc Color CSS Codes

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

#bd2bcc Text Font Color

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

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


#bd2bcc Background Color

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

This div background color is #bd2bcc


#bd2bcc Border Color

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

This div border color is #bd2bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2bcc


Comments

No comments written yet.

Please login to write comment.