Color Hex Logo

#bf4bcc Color Hex

#BF4BCC
(191,75,204)
0 Favorites   0 Comments

Color spaces of #bf4bcc

RGB 19175204
HSL0.820.560.55
HSV294°63°80°
CMYK 0.060.630.00   0.20
XYZ34.901020.468259.2380
Yxy20.46820.30450.1786
Hunter Lab45.241858.5276-45.9630
CIE-Lab52.362563.3782-45.4050

#bf4bcc color RGB value is (191,75,204).

#bf4bcc hex color red value is 191, green value is 75 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bf4bcc hue: 0.82 , saturation: 0.56 and the lightness value of bf4bcc is 0.55.

The process color (four color CMYK) of #bf4bcc color hex is 0.06, 0.63, 0.00, 0.20. Web safe color of #bf4bcc is #cc33cc. Color #bf4bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001011 11001100
Octal 277 113 314
Decimal 191 75 204
Hex BF 4B CC

RGB Percentages of Color #bf4bcc

%40.64
%15.96
%43.40

CMYK Percentages of Color #bf4bcc

%6
%63
%0
%20

Triadic Colors of #bf4bcc

#bf4bcc #ccbf4b #4bccbf

Analogous Colors of #bf4bcc

#bf4bcc #cc4b99 #7f4bcc

Monochromatic Colors of #bf4bcc

#bf4bcc

Complementary Color

#bf4bcc #58cc4b

#bf4bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4bcc Color CSS Codes

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

#bf4bcc Text Font Color

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

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


#bf4bcc Background Color

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

This div background color is #bf4bcc


#bf4bcc Border Color

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

This div border color is #bf4bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4bcc


Comments

No comments written yet.

Please login to write comment.