Color Hex Logo

#bd3bcf Color Hex

#BD3BCF
(189,59,207)
0 Favorites   0 Comments

Color spaces of #bd3bcf

RGB 18959207
HSL0.810.610.52
HSV293°71°81°
CMYK 0.090.710.00   0.19
XYZ33.812718.451760.8109
Yxy18.45170.29900.1632
Hunter Lab42.955465.3356-53.8665
CIE-Lab50.039569.6303-50.8427

#bd3bcf color RGB value is (189,59,207).

#bd3bcf hex color red value is 189, green value is 59 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bd3bcf hue: 0.81 , saturation: 0.61 and the lightness value of bd3bcf is 0.52.

The process color (four color CMYK) of #bd3bcf color hex is 0.09, 0.71, 0.00, 0.19. Web safe color of #bd3bcf is #cc33cc. Color #bd3bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111011 11001111
Octal 275 73 317
Decimal 189 59 207
Hex BD 3B CF

RGB Percentages of Color #bd3bcf

%41.54
%12.97
%45.49

CMYK Percentages of Color #bd3bcf

%9
%71
%0
%19

Triadic Colors of #bd3bcf

#bd3bcf #cfbd3b #3bcfbd

Analogous Colors of #bd3bcf

#bd3bcf #cf3b97 #733bcf

Monochromatic Colors of #bd3bcf

#bd3bcf

Complementary Color

#bd3bcf #4dcf3b

#bd3bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3bcf Color CSS Codes

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

#bd3bcf Text Font Color

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

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


#bd3bcf Background Color

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

This div background color is #bd3bcf


#bd3bcf Border Color

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

This div border color is #bd3bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3bcf


Comments

No comments written yet.

Please login to write comment.