Color Hex Logo

#bd2be5 Color Hex

#BD2BE5
(189,43,229)
0 Favorites   0 Comments

Color spaces of #bd2be5

RGB 18943229
HSL0.800.780.53
HSV287°81°90°
CMYK 0.170.810.00   0.10
XYZ35.993018.203775.7454
Yxy18.20370.27700.1401
Hunter Lab42.665875.9180-75.3926
CIE-Lab49.742278.3683-63.8642

#bd2be5 color RGB value is (189,43,229).

#bd2be5 hex color red value is 189, green value is 43 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bd2be5 hue: 0.80 , saturation: 0.78 and the lightness value of bd2be5 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101011 11100101
Octal 275 53 345
Decimal 189 43 229
Hex BD 2B E5

RGB Percentages of Color #bd2be5

%41.00
%9.33
%49.67

CMYK Percentages of Color #bd2be5

%17
%81
%0
%10

Triadic Colors of #bd2be5

#bd2be5 #e5bd2b #2be5bd

Analogous Colors of #bd2be5

#bd2be5 #e52bb0 #602be5

Monochromatic Colors of #bd2be5

#bd2be5

Complementary Color

#bd2be5 #53e52b

#bd2be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2be5 Color CSS Codes

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

#bd2be5 Text Font Color

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

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


#bd2be5 Background Color

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

This div background color is #bd2be5


#bd2be5 Border Color

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

This div border color is #bd2be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2be5


Comments

No comments written yet.

Please login to write comment.