Color Hex Logo

#bd5fde Color Hex

#BD5FDE
(189,95,222)
0 Favorites   0 Comments

Color spaces of #bd5fde

RGB 18995222
HSL0.790.660.62
HSV284°57°87°
CMYK 0.150.570.00   0.13
XYZ38.263324.277271.7765
Yxy24.27720.28490.1807
Hunter Lab49.271952.3927-51.8800
CIE-Lab56.364357.2762-49.2961

#bd5fde color RGB value is (189,95,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011111 11011110
Octal 275 137 336
Decimal 189 95 222
Hex BD 5F DE

RGB Percentages of Color #bd5fde

%37.35
%18.77
%43.87

CMYK Percentages of Color #bd5fde

%15
%57
%0
%13

Triadic Colors of #bd5fde

#bd5fde #debd5f #5fdebd

Analogous Colors of #bd5fde

#bd5fde #de5fc0 #7e5fde

Monochromatic Colors of #bd5fde

#bd5fde

Complementary Color

#bd5fde #80de5f

#bd5fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5fde Color CSS Codes

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

#bd5fde Text Font Color

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

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


#bd5fde Background Color

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

This div background color is #bd5fde


#bd5fde Border Color

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

This div border color is #bd5fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5fde


Comments

No comments written yet.

Please login to write comment.