color codes Logo

#bd1cee color codes

#BD1CEE
(189,28,238)
0 Favorites   0 Comments

Color spaces of #bd1cee

RGB 18928238
HSL0.790.860.52
HSV286°88°93°
CMYK 0.210.880.00   0.07
XYZ36.834117.822482.3876
Yxy17.82240.26880.1300
Hunter Lab42.216681.8628-86.1555
CIE-Lab49.280083.1569-69.6968

#bd1cee color RGB value is (189,28,238).

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

The process color (four color CMYK) of #bd1cee color code is 0.21, 0.88, 0.00, 0.07. Web safe color of #bd1cee is #cc33ff. Color #bd1cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011100 11101110
Octal 275 34 356
Decimal 189 28 238
Hex BD 1C EE

RGB Percentages of Color #bd1cee

%41.54
%6.15
%52.31

CMYK Percentages of Color #bd1cee

%21
%88
%0
%7

Triadic Colors of #bd1cee

#bd1cee #eebd1c #1ceebd

Analogous Colors of #bd1cee

#bd1cee #ee1cb6 #541cee

Monochromatic Colors of #bd1cee

#bd1cee

Complementary Color

#bd1cee #4dee1c

#bd1cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1cee Color CSS Codes

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

#bd1cee Text Font Color

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

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


#bd1cee Background Color

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

This div background color is #bd1cee


#bd1cee Border Color

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

This div border color is #bd1cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1cee


Comments

No comments written yet.

Please login to write comment.