Color Hex Logo

#bd0afd Color Hex

#BD0AFD
(189,10,253)
0 Favorites   0 Comments

Color spaces of #bd0afd

RGB 18910253
HSL0.790.980.52
HSV284°96°99°
CMYK 0.250.960.00   0.01
XYZ38.824418.127794.3812
Yxy18.12770.25650.1198
Hunter Lab42.576688.2599-101.6267
CIE-Lab49.650688.0102-77.5039

#bd0afd color RGB value is (189,10,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001010 11111101
Octal 275 12 375
Decimal 189 10 253
Hex BD A FD

RGB Percentages of Color #bd0afd

%41.81
%2.21
%55.97

CMYK Percentages of Color #bd0afd

%25
%96
%0
%1

Triadic Colors of #bd0afd

#bd0afd #fdbd0a #0afdbd

Analogous Colors of #bd0afd

#bd0afd #fd0ac4 #440afd

Monochromatic Colors of #bd0afd

#bd0afd

Complementary Color

#bd0afd #4afd0a

#bd0afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0afd Color CSS Codes

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

#bd0afd Text Font Color

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

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


#bd0afd Background Color

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

This div background color is #bd0afd


#bd0afd Border Color

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

This div border color is #bd0afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0afd


Comments

No comments written yet.

Please login to write comment.