Color Hex Logo

#bf2edc Color Hex

#BF2EDC
(191,46,220)
0 Favorites   0 Comments

Color spaces of #bf2edc

RGB 19146220
HSL0.810.710.52
HSV290°79°86°
CMYK 0.130.790.00   0.14
XYZ35.381118.197769.3579
Yxy18.19770.28780.1480
Hunter Lab42.658873.3947-66.5371
CIE-Lab49.735076.3377-58.7483

#bf2edc color RGB value is (191,46,220).

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

The process color (four color CMYK) of #bf2edc color hex is 0.13, 0.79, 0.00, 0.14. Web safe color of #bf2edc is #cc33cc. Color #bf2edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00101110 11011100
Octal 277 56 334
Decimal 191 46 220
Hex BF 2E DC

RGB Percentages of Color #bf2edc

%41.79
%10.07
%48.14

CMYK Percentages of Color #bf2edc

%13
%79
%0
%14

Triadic Colors of #bf2edc

#bf2edc #dcbf2e #2edcbf

Analogous Colors of #bf2edc

#bf2edc #dc2ea2 #682edc

Monochromatic Colors of #bf2edc

#bf2edc

Complementary Color

#bf2edc #4bdc2e

#bf2edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf2edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf2edc Color CSS Codes

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

#bf2edc Text Font Color

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

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


#bf2edc Background Color

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

This div background color is #bf2edc


#bf2edc Border Color

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

This div border color is #bf2edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf2edc


Comments

No comments written yet.

Please login to write comment.