Color Hex Logo

#bf5ecc Color Hex

#BF5ECC
(191,94,204)
0 Favorites   0 Comments

Color spaces of #bf5ecc

RGB 19194204
HSL0.810.520.58
HSV293°54°80°
CMYK 0.060.540.00   0.20
XYZ36.387623.441459.7335
Yxy23.44140.30430.1961
Hunter Lab48.416349.4243-39.2574
CIE-Lab55.524154.7636-40.4079

#bf5ecc color RGB value is (191,94,204).

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

The process color (four color CMYK) of #bf5ecc color hex is 0.06, 0.54, 0.00, 0.20. Web safe color of #bf5ecc is #cc66cc. Color #bf5ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011110 11001100
Octal 277 136 314
Decimal 191 94 204
Hex BF 5E CC

RGB Percentages of Color #bf5ecc

%39.06
%19.22
%41.72

CMYK Percentages of Color #bf5ecc

%6
%54
%0
%20

Triadic Colors of #bf5ecc

#bf5ecc #ccbf5e #5eccbf

Analogous Colors of #bf5ecc

#bf5ecc #cc5ea2 #885ecc

Monochromatic Colors of #bf5ecc

#bf5ecc

Complementary Color

#bf5ecc #6bcc5e

#bf5ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5ecc Color CSS Codes

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

#bf5ecc Text Font Color

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

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


#bf5ecc Background Color

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

This div background color is #bf5ecc


#bf5ecc Border Color

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

This div border color is #bf5ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5ecc


Comments

No comments written yet.

Please login to write comment.