Color Hex Logo

#bf007d Color Hex

#BF007D
(191,0,125)
0 Favorites   0 Comments

Color spaces of #bf007d

RGB 1910125
HSL0.891.000.37
HSV321°100°75°
CMYK 0.001.000.35   0.25
XYZ25.187512.557020.4983
Yxy12.55700.43250.2156
Hunter Lab35.435964.8635-9.4919
CIE-Lab42.088070.7787-14.4741

#bf007d color RGB value is (191,0,125).

#bf007d hex color red value is 191, green value is 0 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bf007d hue: 0.89 , saturation: 1.00 and the lightness value of bf007d is 0.37.

The process color (four color CMYK) of #bf007d color hex is 0.00, 1.00, 0.35, 0.25. Web safe color of #bf007d is #cc0066. Color #bf007d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00000000 01111101
Octal 277 0 175
Decimal 191 0 125
Hex BF 0 7D

RGB Percentages of Color #bf007d

%60.44
%0.00
%39.56

CMYK Percentages of Color #bf007d

%0
%100
%35
%25

Triadic Colors of #bf007d

#bf007d #7dbf00 #007dbf

Analogous Colors of #bf007d

#bf007d #bf001d #a200bf

Monochromatic Colors of #bf007d

#bf007d

Complementary Color

#bf007d #00bf42

#bf007d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf007d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf007d Color CSS Codes

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

#bf007d Text Font Color

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

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


#bf007d Background Color

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

This div background color is #bf007d


#bf007d Border Color

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

This div border color is #bf007d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf007d

#bf007d Color Palettes


Comments

No comments written yet.

Please login to write comment.