Color Hex Logo

#bd2ccc Color Hex

#BD2CCC
(189,44,204)
0 Favorites   0 Comments

Color spaces of #bd2ccc

RGB 18944204
HSL0.820.650.49
HSV294°78°80°
CMYK 0.070.780.00   0.20
XYZ32.786016.979858.6762
Yxy16.97980.30230.1566
Hunter Lab41.206669.9121-55.5816
CIE-Lab48.234673.7872-52.0043

#bd2ccc color RGB value is (189,44,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101100 11001100
Octal 275 54 314
Decimal 189 44 204
Hex BD 2C CC

RGB Percentages of Color #bd2ccc

%43.25
%10.07
%46.68

CMYK Percentages of Color #bd2ccc

%7
%78
%0
%20

Triadic Colors of #bd2ccc

#bd2ccc #ccbd2c #2cccbd

Analogous Colors of #bd2ccc

#bd2ccc #cc2c8b #6d2ccc

Monochromatic Colors of #bd2ccc

#bd2ccc

Complementary Color

#bd2ccc #3bcc2c

#bd2ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2ccc Color CSS Codes

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

#bd2ccc Text Font Color

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

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


#bd2ccc Background Color

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

This div background color is #bd2ccc


#bd2ccc Border Color

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

This div border color is #bd2ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2ccc


Comments

No comments written yet.

Please login to write comment.