Color Hex Logo

#bf7dca Color Hex

#BF7DCA
(191,125,202)
0 Favorites   0 Comments

Color spaces of #bf7dca

RGB 191125202
HSL0.810.420.64
HSV291°38°79°
CMYK 0.050.380.00   0.21
XYZ39.480130.007959.5884
Yxy30.00790.30590.2325
Hunter Lab54.779532.7826-26.1493
CIE-Lab61.661038.3181-29.6943

#bf7dca color RGB value is (191,125,202).

#bf7dca hex color red value is 191, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bf7dca hue: 0.81 , saturation: 0.42 and the lightness value of bf7dca is 0.64.

The process color (four color CMYK) of #bf7dca color hex is 0.05, 0.38, 0.00, 0.21. Web safe color of #bf7dca is #cc66cc. Color #bf7dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111101 11001010
Octal 277 175 312
Decimal 191 125 202
Hex BF 7D CA

RGB Percentages of Color #bf7dca

%36.87
%24.13
%39.00

CMYK Percentages of Color #bf7dca

%5
%38
%0
%21

Triadic Colors of #bf7dca

#bf7dca #cabf7d #7dcabf

Analogous Colors of #bf7dca

#bf7dca #ca7daf #997dca

Monochromatic Colors of #bf7dca

#bf7dca

Complementary Color

#bf7dca #88ca7d

#bf7dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7dca Color CSS Codes

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

#bf7dca Text Font Color

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

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


#bf7dca Background Color

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

This div background color is #bf7dca


#bf7dca Border Color

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

This div border color is #bf7dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7dca


Comments

No comments written yet.

Please login to write comment.