Color Hex Logo

#bf5cda Color Hex

#BF5CDA
(191,92,218)
0 Favorites   0 Comments

Color spaces of #bf5cda

RGB 19192218
HSL0.800.630.61
HSV287°58°85°
CMYK 0.120.580.00   0.15
XYZ37.967923.792668.9210
Yxy23.79260.29050.1821
Hunter Lab48.777753.5812-49.6302
CIE-Lab55.879558.4131-47.7922

#bf5cda color RGB value is (191,92,218).

#bf5cda hex color red value is 191, green value is 92 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bf5cda hue: 0.80 , saturation: 0.63 and the lightness value of bf5cda is 0.61.

The process color (four color CMYK) of #bf5cda color hex is 0.12, 0.58, 0.00, 0.15. Web safe color of #bf5cda is #cc66cc. Color #bf5cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011100 11011010
Octal 277 134 332
Decimal 191 92 218
Hex BF 5C DA

RGB Percentages of Color #bf5cda

%38.12
%18.36
%43.51

CMYK Percentages of Color #bf5cda

%12
%58
%0
%15

Triadic Colors of #bf5cda

#bf5cda #dabf5c #5cdabf

Analogous Colors of #bf5cda

#bf5cda #da5cb6 #805cda

Monochromatic Colors of #bf5cda

#bf5cda

Complementary Color

#bf5cda #77da5c

#bf5cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5cda Color CSS Codes

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

#bf5cda Text Font Color

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

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


#bf5cda Background Color

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

This div background color is #bf5cda


#bf5cda Border Color

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

This div border color is #bf5cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5cda


Comments

No comments written yet.

Please login to write comment.