Color Hex Logo

#bd53de Color Hex

#BD53DE
(189,83,222)
0 Favorites   0 Comments

Color spaces of #bd53de

RGB 18983222
HSL0.790.680.60
HSV286°63°87°
CMYK 0.150.630.00   0.13
XYZ37.264322.279371.4435
Yxy22.27930.28450.1701
Hunter Lab47.201058.3209-56.7008
CIE-Lab54.322162.8373-52.5474

#bd53de color RGB value is (189,83,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 11011110
Octal 275 123 336
Decimal 189 83 222
Hex BD 53 DE

RGB Percentages of Color #bd53de

%38.26
%16.80
%44.94

CMYK Percentages of Color #bd53de

%15
%63
%0
%13

Triadic Colors of #bd53de

#bd53de #debd53 #53debd

Analogous Colors of #bd53de

#bd53de #de53ba #7853de

Monochromatic Colors of #bd53de

#bd53de

Complementary Color

#bd53de #74de53

#bd53de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd53de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd53de Color CSS Codes

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

#bd53de Text Font Color

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

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


#bd53de Background Color

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

This div background color is #bd53de


#bd53de Border Color

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

This div border color is #bd53de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd53de


Comments

No comments written yet.

Please login to write comment.