Color Hex Logo

#bd5fdc Color Hex

#BD5FDC
(189,95,220)
0 Favorites   0 Comments

Color spaces of #bd5fdc

RGB 18995220
HSL0.790.640.62
HSV285°57°86°
CMYK 0.140.570.00   0.14
XYZ37.996724.170570.3729
Yxy24.17050.28670.1824
Hunter Lab49.163551.9201-50.4536
CIE-Lab56.258156.8744-48.3370

#bd5fdc color RGB value is (189,95,220).

#bd5fdc hex color red value is 189, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bd5fdc hue: 0.79 , saturation: 0.64 and the lightness value of bd5fdc is 0.62.

The process color (four color CMYK) of #bd5fdc color hex is 0.14, 0.57, 0.00, 0.14. Web safe color of #bd5fdc is #cc66cc. Color #bd5fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011111 11011100
Octal 275 137 334
Decimal 189 95 220
Hex BD 5F DC

RGB Percentages of Color #bd5fdc

%37.50
%18.85
%43.65

CMYK Percentages of Color #bd5fdc

%14
%57
%0
%14

Triadic Colors of #bd5fdc

#bd5fdc #dcbd5f #5fdcbd

Analogous Colors of #bd5fdc

#bd5fdc #dc5fbd #7f5fdc

Monochromatic Colors of #bd5fdc

#bd5fdc

Complementary Color

#bd5fdc #7edc5f

#bd5fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5fdc Color CSS Codes

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

#bd5fdc Text Font Color

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

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


#bd5fdc Background Color

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

This div background color is #bd5fdc


#bd5fdc Border Color

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

This div border color is #bd5fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5fdc


Comments

No comments written yet.

Please login to write comment.