Color Hex Logo

#bd3de5 Color Hex

#BD3DE5
(189,61,229)
0 Favorites   0 Comments

Color spaces of #bd3de5

RGB 18961229
HSL0.790.760.57
HSV286°73°90°
CMYK 0.170.730.00   0.10
XYZ36.797919.813476.0137
Yxy19.81340.27750.1494
Hunter Lab44.512269.6680-70.0911
CIE-Lab51.625672.9271-60.8261

#bd3de5 color RGB value is (189,61,229).

#bd3de5 hex color red value is 189, green value is 61 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bd3de5 hue: 0.79 , saturation: 0.76 and the lightness value of bd3de5 is 0.57.

The process color (four color CMYK) of #bd3de5 color hex is 0.17, 0.73, 0.00, 0.10. Web safe color of #bd3de5 is #cc33cc. Color #bd3de5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111101 11100101
Octal 275 75 345
Decimal 189 61 229
Hex BD 3D E5

RGB Percentages of Color #bd3de5

%39.46
%12.73
%47.81

CMYK Percentages of Color #bd3de5

%17
%73
%0
%10

Triadic Colors of #bd3de5

#bd3de5 #e5bd3d #3de5bd

Analogous Colors of #bd3de5

#bd3de5 #e53db9 #693de5

Monochromatic Colors of #bd3de5

#bd3de5

Complementary Color

#bd3de5 #65e53d

#bd3de5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3de5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3de5 Color CSS Codes

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

#bd3de5 Text Font Color

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

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


#bd3de5 Background Color

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

This div background color is #bd3de5


#bd3de5 Border Color

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

This div border color is #bd3de5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3de5


Comments

No comments written yet.

Please login to write comment.