Color Hex Logo

#bd4dcf Color Hex

#BD4DCF
(189,77,207)
0 Favorites   0 Comments

Color spaces of #bd4dcf

RGB 18977207
HSL0.810.580.56
HSV292°63°81°
CMYK 0.090.630.00   0.19
XYZ34.902620.631661.1742
Yxy20.63160.29910.1768
Hunter Lab45.422057.6721-48.0561
CIE-Lab52.543962.6016-46.8520

#bd4dcf color RGB value is (189,77,207).

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

The process color (four color CMYK) of #bd4dcf color hex is 0.09, 0.63, 0.00, 0.19. Web safe color of #bd4dcf is #cc66cc. Color #bd4dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001101 11001111
Octal 275 115 317
Decimal 189 77 207
Hex BD 4D CF

RGB Percentages of Color #bd4dcf

%39.96
%16.28
%43.76

CMYK Percentages of Color #bd4dcf

%9
%63
%0
%19

Triadic Colors of #bd4dcf

#bd4dcf #cfbd4d #4dcfbd

Analogous Colors of #bd4dcf

#bd4dcf #cf4da0 #7c4dcf

Monochromatic Colors of #bd4dcf

#bd4dcf

Complementary Color

#bd4dcf #5fcf4d

#bd4dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4dcf Color CSS Codes

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

#bd4dcf Text Font Color

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

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


#bd4dcf Background Color

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

This div background color is #bd4dcf


#bd4dcf Border Color

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

This div border color is #bd4dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4dcf


Comments

No comments written yet.

Please login to write comment.