Color Hex Logo

#bd00ca Color Hex

#BD00CA
(189,0,202)
0 Favorites   0 Comments

Color spaces of #bd00ca

RGB 1890202
HSL0.821.000.40
HSV296°100°79°
CMYK 0.061.000.00   0.21
XYZ31.646915.083157.1205
Yxy15.08310.30470.1452
Hunter Lab38.837077.4888-60.0165
CIE-Lab45.747880.3970-54.8406

#bd00ca color RGB value is (189,0,202).

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

The process color (four color CMYK) of #bd00ca color hex is 0.06, 1.00, 0.00, 0.21. Web safe color of #bd00ca is #cc00cc. Color #bd00ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000000 11001010
Octal 275 0 312
Decimal 189 0 202
Hex BD 0 CA

RGB Percentages of Color #bd00ca

%48.34
%0.00
%51.66

CMYK Percentages of Color #bd00ca

%6
%100
%0
%21

Triadic Colors of #bd00ca

#bd00ca #cabd00 #00cabd

Analogous Colors of #bd00ca

#bd00ca #ca0072 #5800ca

Monochromatic Colors of #bd00ca

#bd00ca

Complementary Color

#bd00ca #0dca00

#bd00ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd00ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd00ca Color CSS Codes

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

#bd00ca Text Font Color

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

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


#bd00ca Background Color

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

This div background color is #bd00ca


#bd00ca Border Color

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

This div border color is #bd00ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd00ca


Comments

No comments written yet.

Please login to write comment.