Color Hex Logo

#bd5ccf Color Hex

#BD5CCF
(189,92,207)
0 Favorites   0 Comments

Color spaces of #bd5ccf

RGB 18992207
HSL0.810.550.59
HSV291°56°81°
CMYK 0.090.560.00   0.19
XYZ36.075922.978161.5653
Yxy22.97810.29910.1905
Hunter Lab47.935550.4507-42.5935
CIE-Lab55.049855.7685-42.8825

#bd5ccf color RGB value is (189,92,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011100 11001111
Octal 275 134 317
Decimal 189 92 207
Hex BD 5C CF

RGB Percentages of Color #bd5ccf

%38.73
%18.85
%42.42

CMYK Percentages of Color #bd5ccf

%9
%56
%0
%19

Triadic Colors of #bd5ccf

#bd5ccf #cfbd5c #5ccfbd

Analogous Colors of #bd5ccf

#bd5ccf #cf5ca8 #845ccf

Monochromatic Colors of #bd5ccf

#bd5ccf

Complementary Color

#bd5ccf #6ecf5c

#bd5ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5ccf Color CSS Codes

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

#bd5ccf Text Font Color

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

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


#bd5ccf Background Color

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

This div background color is #bd5ccf


#bd5ccf Border Color

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

This div border color is #bd5ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5ccf


Comments

No comments written yet.

Please login to write comment.