Color Hex Logo

#bf217d Color Hex

#BF217D
(191,33,125)
0 Favorites   0 Comments

Color spaces of #bf217d

RGB 19133125
HSL0.900.710.44
HSV325°83°75°
CMYK 0.000.830.35   0.25
XYZ25.731413.644720.6795
Yxy13.64470.42850.2272
Hunter Lab36.938759.6997-7.3354
CIE-Lab43.719066.0438-11.9988

#bf217d color RGB value is (191,33,125).

#bf217d hex color red value is 191, green value is 33 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bf217d hue: 0.90 , saturation: 0.71 and the lightness value of bf217d is 0.44.

The process color (four color CMYK) of #bf217d color hex is 0.00, 0.83, 0.35, 0.25. Web safe color of #bf217d is #cc3366. Color #bf217d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00100001 01111101
Octal 277 41 175
Decimal 191 33 125
Hex BF 21 7D

RGB Percentages of Color #bf217d

%54.73
%9.46
%35.82

CMYK Percentages of Color #bf217d

%0
%83
%35
%25

Triadic Colors of #bf217d

#bf217d #7dbf21 #217dbf

Analogous Colors of #bf217d

#bf217d #bf212e #b221bf

Monochromatic Colors of #bf217d

#bf217d

Complementary Color

#bf217d #21bf63

#bf217d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf217d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf217d Color CSS Codes

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

#bf217d Text Font Color

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

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


#bf217d Background Color

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

This div background color is #bf217d


#bf217d Border Color

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

This div border color is #bf217d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf217d


Comments

No comments written yet.

Please login to write comment.