Color Hex Logo

#bd0cff Color Hex

#BD0CFF
(189,12,255)
0 Favorites   0 Comments

Color spaces of #bd0cff

RGB 18912255
HSL0.791.000.52
HSV284°95°100°
CMYK 0.260.950.00   0.00
XYZ39.167718.301896.0760
Yxy18.30180.25510.1192
Hunter Lab42.780688.5593-103.2061
CIE-Lab49.860188.1975-78.2773

#bd0cff color RGB value is (189,12,255).

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

The process color (four color CMYK) of #bd0cff color hex is 0.26, 0.95, 0.00, 0.00. Web safe color of #bd0cff is #cc00ff. Color #bd0cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001100 11111111
Octal 275 14 377
Decimal 189 12 255
Hex BD C FF

RGB Percentages of Color #bd0cff

%41.45
%2.63
%55.92

CMYK Percentages of Color #bd0cff

%26
%95
%0
%0

Triadic Colors of #bd0cff

#bd0cff #ffbd0c #0cffbd

Analogous Colors of #bd0cff

#bd0cff #ff0cc8 #440cff

Monochromatic Colors of #bd0cff

#bd0cff

Complementary Color

#bd0cff #4eff0c

#bd0cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0cff Color CSS Codes

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

#bd0cff Text Font Color

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

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


#bd0cff Background Color

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

This div background color is #bd0cff


#bd0cff Border Color

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

This div border color is #bd0cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0cff


Comments

No comments written yet.

Please login to write comment.