Color Hex Logo

#bc0edf Color Hex

#BC0EDF
(188,14,223)
0 Favorites   0 Comments

Color spaces of #bc0edf

RGB 18814223
HSL0.810.880.46
HSV290°94°87°
CMYK 0.160.940.00   0.13
XYZ34.215416.333271.1613
Yxy16.33320.28110.1342
Hunter Lab40.414480.3957-76.1074
CIE-Lab47.408682.3710-64.2381

#bc0edf color RGB value is (188,14,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001110 11011111
Octal 274 16 337
Decimal 188 14 223
Hex BC E DF

RGB Percentages of Color #bc0edf

%44.24
%3.29
%52.47

CMYK Percentages of Color #bc0edf

%16
%94
%0
%13

Triadic Colors of #bc0edf

#bc0edf #dfbc0e #0edfbc

Analogous Colors of #bc0edf

#bc0edf #df0e9a #530edf

Monochromatic Colors of #bc0edf

#bc0edf

Complementary Color

#bc0edf #31df0e

#bc0edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0edf Color CSS Codes

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

#bc0edf Text Font Color

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

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


#bc0edf Background Color

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

This div background color is #bc0edf


#bc0edf Border Color

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

This div border color is #bc0edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0edf


Comments

No comments written yet.

Please login to write comment.