Color Hex Logo

#bd0ffd Color Hex

#BD0FFD
(189,15,253)
0 Favorites   0 Comments

Color spaces of #bd0ffd

RGB 18915253
HSL0.790.980.53
HSV284°94°99°
CMYK 0.250.940.00   0.01
XYZ38.886718.252394.4020
Yxy18.25230.25660.1204
Hunter Lab42.722787.7080-101.1039
CIE-Lab49.800787.5617-77.2592

#bd0ffd color RGB value is (189,15,253).

#bd0ffd hex color red value is 189, green value is 15 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bd0ffd hue: 0.79 , saturation: 0.98 and the lightness value of bd0ffd is 0.53.

The process color (four color CMYK) of #bd0ffd color hex is 0.25, 0.94, 0.00, 0.01. Web safe color of #bd0ffd is #cc00ff. Color #bd0ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001111 11111101
Octal 275 17 375
Decimal 189 15 253
Hex BD F FD

RGB Percentages of Color #bd0ffd

%41.36
%3.28
%55.36

CMYK Percentages of Color #bd0ffd

%25
%94
%0
%1

Triadic Colors of #bd0ffd

#bd0ffd #fdbd0f #0ffdbd

Analogous Colors of #bd0ffd

#bd0ffd #fd0fc6 #460ffd

Monochromatic Colors of #bd0ffd

#bd0ffd

Complementary Color

#bd0ffd #4ffd0f

#bd0ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0ffd Color CSS Codes

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

#bd0ffd Text Font Color

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

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


#bd0ffd Background Color

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

This div background color is #bd0ffd


#bd0ffd Border Color

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

This div border color is #bd0ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0ffd


Comments

No comments written yet.

Please login to write comment.