Color Hex Logo

#bf0edc Color Hex

#BF0EDC
(191,14,220)
0 Favorites   0 Comments

Color spaces of #bf0edc

RGB 19114220
HSL0.810.880.46
HSV292°94°86°
CMYK 0.130.940.00   0.14
XYZ34.561216.557769.0845
Yxy16.55770.28750.1377
Hunter Lab40.691280.4002-72.1774
CIE-Lab47.697882.3187-62.0343

#bf0edc color RGB value is (191,14,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00001110 11011100
Octal 277 16 334
Decimal 191 14 220
Hex BF E DC

RGB Percentages of Color #bf0edc

%44.94
%3.29
%51.76

CMYK Percentages of Color #bf0edc

%13
%94
%0
%14

Triadic Colors of #bf0edc

#bf0edc #dcbf0e #0edcbf

Analogous Colors of #bf0edc

#bf0edc #dc0e92 #580edc

Monochromatic Colors of #bf0edc

#bf0edc

Complementary Color

#bf0edc #2bdc0e

#bf0edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf0edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf0edc Color CSS Codes

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

#bf0edc Text Font Color

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

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


#bf0edc Background Color

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

This div background color is #bf0edc


#bf0edc Border Color

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

This div border color is #bf0edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf0edc


Comments

No comments written yet.

Please login to write comment.