Color Hex Logo

#bf4edc Color Hex

#BF4EDC
(191,78,220)
0 Favorites   0 Comments

Color spaces of #bf4edc

RGB 19178220
HSL0.800.670.58
HSV288°65°86°
CMYK 0.130.650.00   0.14
XYZ37.128521.692569.9403
Yxy21.69250.28840.1685
Hunter Lab46.575260.7888-56.4310
CIE-Lab53.699265.0771-52.3938

#bf4edc color RGB value is (191,78,220).

#bf4edc hex color red value is 191, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bf4edc hue: 0.80 , saturation: 0.67 and the lightness value of bf4edc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001110 11011100
Octal 277 116 334
Decimal 191 78 220
Hex BF 4E DC

RGB Percentages of Color #bf4edc

%39.06
%15.95
%44.99

CMYK Percentages of Color #bf4edc

%13
%65
%0
%14

Triadic Colors of #bf4edc

#bf4edc #dcbf4e #4edcbf

Analogous Colors of #bf4edc

#bf4edc #dc4eb2 #784edc

Monochromatic Colors of #bf4edc

#bf4edc

Complementary Color

#bf4edc #6bdc4e

#bf4edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4edc Color CSS Codes

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

#bf4edc Text Font Color

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

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


#bf4edc Background Color

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

This div background color is #bf4edc


#bf4edc Border Color

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

This div border color is #bf4edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4edc


Comments

No comments written yet.

Please login to write comment.