Color Hex Logo

#bd04cc Color Hex

#BD04CC
(189,4,204)
0 Favorites   0 Comments

Color spaces of #bd04cc

RGB 1894204
HSL0.820.960.41
HSV296°98°80°
CMYK 0.070.980.00   0.20
XYZ31.928815.265358.3904
Yxy15.26530.30240.1446
Hunter Lab39.070877.4968-61.2579
CIE-Lab45.995480.3556-55.6002

#bd04cc color RGB value is (189,4,204).

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

The process color (four color CMYK) of #bd04cc color hex is 0.07, 0.98, 0.00, 0.20. Web safe color of #bd04cc is #cc00cc. Color #bd04cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000100 11001100
Octal 275 4 314
Decimal 189 4 204
Hex BD 4 CC

RGB Percentages of Color #bd04cc

%47.61
%1.01
%51.39

CMYK Percentages of Color #bd04cc

%7
%98
%0
%20

Triadic Colors of #bd04cc

#bd04cc #ccbd04 #04ccbd

Analogous Colors of #bd04cc

#bd04cc #cc0477 #5904cc

Monochromatic Colors of #bd04cc

#bd04cc

Complementary Color

#bd04cc #13cc04

#bd04cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd04cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd04cc Color CSS Codes

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

#bd04cc Text Font Color

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

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


#bd04cc Background Color

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

This div background color is #bd04cc


#bd04cc Border Color

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

This div border color is #bd04cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd04cc


Comments

No comments written yet.

Please login to write comment.