Color Hex Logo

#bd0edf Color Hex

#BD0EDF
(189,14,223)
0 Favorites   0 Comments

Color spaces of #bd0edf

RGB 18914223
HSL0.810.880.46
HSV290°94°87°
CMYK 0.150.940.00   0.13
XYZ34.462616.460671.1729
Yxy16.46060.28230.1348
Hunter Lab40.571780.6220-75.6094
CIE-Lab47.573182.5167-63.9640

#bd0edf color RGB value is (189,14,223).

#bd0edf hex color red value is 189, green value is 14 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd0edf hue: 0.81 , saturation: 0.88 and the lightness value of bd0edf is 0.46.

The process color (four color CMYK) of #bd0edf color hex is 0.15, 0.94, 0.00, 0.13. Web safe color of #bd0edf is #cc00cc. Color #bd0edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001110 11011111
Octal 275 16 337
Decimal 189 14 223
Hex BD E DF

RGB Percentages of Color #bd0edf

%44.37
%3.29
%52.35

CMYK Percentages of Color #bd0edf

%15
%94
%0
%13

Triadic Colors of #bd0edf

#bd0edf #dfbd0e #0edfbd

Analogous Colors of #bd0edf

#bd0edf #df0e99 #540edf

Monochromatic Colors of #bd0edf

#bd0edf

Complementary Color

#bd0edf #30df0e

#bd0edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0edf Color CSS Codes

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

#bd0edf Text Font Color

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

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


#bd0edf Background Color

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

This div background color is #bd0edf


#bd0edf Border Color

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

This div border color is #bd0edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0edf


Comments

No comments written yet.

Please login to write comment.