Color Hex Logo

#bd0cee Color Hex

#BD0CEE
(189,12,238)
0 Favorites   0 Comments

Color spaces of #bd0cee

RGB 18912238
HSL0.800.900.49
HSV287°95°93°
CMYK 0.210.950.00   0.07
XYZ36.550417.254882.2930
Yxy17.25480.26860.1268
Hunter Lab41.538984.3705-88.3826
CIE-Lab48.579585.2379-70.8347

#bd0cee color RGB value is (189,12,238).

#bd0cee hex color red value is 189, green value is 12 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bd0cee hue: 0.80 , saturation: 0.90 and the lightness value of bd0cee is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001100 11101110
Octal 275 14 356
Decimal 189 12 238
Hex BD C EE

RGB Percentages of Color #bd0cee

%43.05
%2.73
%54.21

CMYK Percentages of Color #bd0cee

%21
%95
%0
%7

Triadic Colors of #bd0cee

#bd0cee #eebd0c #0ceebd

Analogous Colors of #bd0cee

#bd0cee #ee0cae #4c0cee

Monochromatic Colors of #bd0cee

#bd0cee

Complementary Color

#bd0cee #3dee0c

#bd0cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0cee Color CSS Codes

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

#bd0cee Text Font Color

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

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


#bd0cee Background Color

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

This div background color is #bd0cee


#bd0cee Border Color

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

This div border color is #bd0cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0cee


Comments

No comments written yet.

Please login to write comment.