Color Hex Logo

#bd3fca Color Hex

#BD3FCA
(189,63,202)
0 Favorites   0 Comments

Color spaces of #bd3fca

RGB 18963202
HSL0.820.570.52
HSV294°69°79°
CMYK 0.060.690.00   0.21
XYZ33.424418.638157.7130
Yxy18.63810.30450.1698
Hunter Lab43.171962.6470-49.0397
CIE-Lab50.261167.3136-47.6149

#bd3fca color RGB value is (189,63,202).

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

The process color (four color CMYK) of #bd3fca color hex is 0.06, 0.69, 0.00, 0.21. Web safe color of #bd3fca is #cc33cc. Color #bd3fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111111 11001010
Octal 275 77 312
Decimal 189 63 202
Hex BD 3F CA

RGB Percentages of Color #bd3fca

%41.63
%13.88
%44.49

CMYK Percentages of Color #bd3fca

%6
%69
%0
%21

Triadic Colors of #bd3fca

#bd3fca #cabd3f #3fcabd

Analogous Colors of #bd3fca

#bd3fca #ca3f92 #783fca

Monochromatic Colors of #bd3fca

#bd3fca

Complementary Color

#bd3fca #4cca3f

#bd3fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3fca Color CSS Codes

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

#bd3fca Text Font Color

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

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


#bd3fca Background Color

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

This div background color is #bd3fca


#bd3fca Border Color

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

This div border color is #bd3fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3fca


Comments

No comments written yet.

Please login to write comment.