Color Hex Logo

#bf67cd Color Hex

#BF67CD
(191,103,205)
0 Favorites   0 Comments

Color spaces of #bf67cd

RGB 191103205
HSL0.810.500.60
HSV292°50°80°
CMYK 0.070.500.00   0.20
XYZ37.355625.184660.6499
Yxy25.18460.30320.2044
Hunter Lab50.184345.0474-36.5256
CIE-Lab57.254850.4948-38.2569

#bf67cd color RGB value is (191,103,205).

#bf67cd hex color red value is 191, green value is 103 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bf67cd hue: 0.81 , saturation: 0.50 and the lightness value of bf67cd is 0.60.

The process color (four color CMYK) of #bf67cd color hex is 0.07, 0.50, 0.00, 0.20. Web safe color of #bf67cd is #cc66cc. Color #bf67cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100111 11001101
Octal 277 147 315
Decimal 191 103 205
Hex BF 67 CD

RGB Percentages of Color #bf67cd

%38.28
%20.64
%41.08

CMYK Percentages of Color #bf67cd

%7
%50
%0
%20

Triadic Colors of #bf67cd

#bf67cd #cdbf67 #67cdbf

Analogous Colors of #bf67cd

#bf67cd #cd67a8 #8c67cd

Monochromatic Colors of #bf67cd

#bf67cd

Complementary Color

#bf67cd #75cd67

#bf67cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf67cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf67cd Color CSS Codes

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

#bf67cd Text Font Color

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

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


#bf67cd Background Color

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

This div background color is #bf67cd


#bf67cd Border Color

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

This div border color is #bf67cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf67cd


Comments

No comments written yet.

Please login to write comment.