Color Hex Logo

#bd61ed Color Hex

#BD61ED
(189,97,237)
0 Favorites   0 Comments

Color spaces of #bd61ed

RGB 18997237
HSL0.780.800.65
HSV279°59°93°
CMYK 0.200.590.00   0.07
XYZ40.547025.482682.9023
Yxy25.48260.27230.1711
Hunter Lab50.480355.0350-62.0340
CIE-Lab57.542659.4005-55.8296

#bd61ed color RGB value is (189,97,237).

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

The process color (four color CMYK) of #bd61ed color hex is 0.20, 0.59, 0.00, 0.07. Web safe color of #bd61ed is #cc66ff. Color #bd61ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100001 11101101
Octal 275 141 355
Decimal 189 97 237
Hex BD 61 ED

RGB Percentages of Color #bd61ed

%36.14
%18.55
%45.32

CMYK Percentages of Color #bd61ed

%20
%59
%0
%7

Triadic Colors of #bd61ed

#bd61ed #edbd61 #61edbd

Analogous Colors of #bd61ed

#bd61ed #ed61d7 #7761ed

Monochromatic Colors of #bd61ed

#bd61ed

Complementary Color

#bd61ed #91ed61

#bd61ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd61ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd61ed Color CSS Codes

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

#bd61ed Text Font Color

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

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


#bd61ed Background Color

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

This div background color is #bd61ed


#bd61ed Border Color

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

This div border color is #bd61ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd61ed


Comments

No comments written yet.

Please login to write comment.