Color Hex Logo

#bf69dd Color Hex

#BF69DD
(191,105,221)
0 Favorites   0 Comments

Color spaces of #bf69dd

RGB 191105221
HSL0.790.630.64
HSV284°52°87°
CMYK 0.140.520.00   0.13
XYZ39.588626.400071.4158
Yxy26.40000.28810.1921
Hunter Lab51.380947.6162-46.4422
CIE-Lab58.414852.6520-45.4686

#bf69dd color RGB value is (191,105,221).

#bf69dd hex color red value is 191, green value is 105 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bf69dd hue: 0.79 , saturation: 0.63 and the lightness value of bf69dd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101001 11011101
Octal 277 151 335
Decimal 191 105 221
Hex BF 69 DD

RGB Percentages of Color #bf69dd

%36.94
%20.31
%42.75

CMYK Percentages of Color #bf69dd

%14
%52
%0
%13

Triadic Colors of #bf69dd

#bf69dd #ddbf69 #69ddbf

Analogous Colors of #bf69dd

#bf69dd #dd69c1 #8569dd

Monochromatic Colors of #bf69dd

#bf69dd

Complementary Color

#bf69dd #87dd69

#bf69dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf69dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf69dd Color CSS Codes

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

#bf69dd Text Font Color

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

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


#bf69dd Background Color

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

This div background color is #bf69dd


#bf69dd Border Color

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

This div border color is #bf69dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf69dd


Comments

No comments written yet.

Please login to write comment.