Color Hex Logo

#bc4ede Color Hex

#BC4EDE
(188,78,222)
0 Favorites   0 Comments

Color spaces of #bc4ede

RGB 18878222
HSL0.790.690.59
HSV286°65°87°
CMYK 0.150.650.00   0.13
XYZ36.648221.414171.3090
Yxy21.41410.28330.1655
Hunter Lab46.275460.3828-58.9714
CIE-Lab53.399864.7849-54.0286

#bc4ede color RGB value is (188,78,222).

#bc4ede hex color red value is 188, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bc4ede hue: 0.79 , saturation: 0.69 and the lightness value of bc4ede is 0.59.

The process color (four color CMYK) of #bc4ede color hex is 0.15, 0.65, 0.00, 0.13. Web safe color of #bc4ede is #cc66cc. Color #bc4ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001110 11011110
Octal 274 116 336
Decimal 188 78 222
Hex BC 4E DE

RGB Percentages of Color #bc4ede

%38.52
%15.98
%45.49

CMYK Percentages of Color #bc4ede

%15
%65
%0
%13

Triadic Colors of #bc4ede

#bc4ede #debc4e #4edebc

Analogous Colors of #bc4ede

#bc4ede #de4eb8 #744ede

Monochromatic Colors of #bc4ede

#bc4ede

Complementary Color

#bc4ede #70de4e

#bc4ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4ede Color CSS Codes

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

#bc4ede Text Font Color

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

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


#bc4ede Background Color

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

This div background color is #bc4ede


#bc4ede Border Color

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

This div border color is #bc4ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,78,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4ede


Comments

No comments written yet.

Please login to write comment.