Color Hex Logo

#bd69fd Color Hex

#BD69FD
(189,105,253)
0 Favorites   0 Comments

Color spaces of #bd69fd

RGB 189105253
HSL0.760.970.70
HSV274°58°99°
CMYK 0.250.580.00   0.01
XYZ43.767528.013896.0289
Yxy28.01380.26080.1669
Hunter Lab52.928154.9819-70.5219
CIE-Lab59.901258.9467-60.9338

#bd69fd color RGB value is (189,105,253).

#bd69fd hex color red value is 189, green value is 105 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bd69fd hue: 0.76 , saturation: 0.97 and the lightness value of bd69fd is 0.70.

The process color (four color CMYK) of #bd69fd color hex is 0.25, 0.58, 0.00, 0.01. Web safe color of #bd69fd is #cc66ff. Color #bd69fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 11111101
Octal 275 151 375
Decimal 189 105 253
Hex BD 69 FD

RGB Percentages of Color #bd69fd

%34.55
%19.20
%46.25

CMYK Percentages of Color #bd69fd

%25
%58
%0
%1

Triadic Colors of #bd69fd

#bd69fd #fdbd69 #69fdbd

Analogous Colors of #bd69fd

#bd69fd #fd69f3 #7369fd

Monochromatic Colors of #bd69fd

#bd69fd

Complementary Color

#bd69fd #a9fd69

#bd69fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd69fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd69fd Color CSS Codes

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

#bd69fd Text Font Color

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

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


#bd69fd Background Color

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

This div background color is #bd69fd


#bd69fd Border Color

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

This div border color is #bd69fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd69fd


Comments

No comments written yet.

Please login to write comment.