Color Hex Logo

#bf65cc Color Hex

#BF65CC
(191,101,204)
0 Favorites   0 Comments

Color spaces of #bf65cc

RGB 191101204
HSL0.810.500.60
HSV292°50°80°
CMYK 0.060.500.00   0.20
XYZ37.038624.743459.9505
Yxy24.74340.30430.2033
Hunter Lab49.742745.8619-36.6370
CIE-Lab56.824551.3106-38.3638

#bf65cc color RGB value is (191,101,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100101 11001100
Octal 277 145 314
Decimal 191 101 204
Hex BF 65 CC

RGB Percentages of Color #bf65cc

%38.51
%20.36
%41.13

CMYK Percentages of Color #bf65cc

%6
%50
%0
%20

Triadic Colors of #bf65cc

#bf65cc #ccbf65 #65ccbf

Analogous Colors of #bf65cc

#bf65cc #cc65a6 #8c65cc

Monochromatic Colors of #bf65cc

#bf65cc

Complementary Color

#bf65cc #72cc65

#bf65cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf65cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf65cc Color CSS Codes

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

#bf65cc Text Font Color

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

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


#bf65cc Background Color

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

This div background color is #bf65cc


#bf65cc Border Color

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

This div border color is #bf65cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,101,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 #bf65cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf65cc


Comments

No comments written yet.

Please login to write comment.