Color Hex Logo

#bf98d6 Color Hex

#BF98D6
(191,152,214)
0 Favorites   0 Comments

Color spaces of #bf98d6

RGB 191152214
HSL0.770.430.72
HSV278°29°84°
CMYK 0.110.290.00   0.16
XYZ44.851738.387968.6640
Yxy38.38790.29530.2527
Hunter Lab61.958020.7906-22.3367
CIE-Lab68.305525.8834-26.1544

#bf98d6 color RGB value is (191,152,214).

#bf98d6 hex color red value is 191, green value is 152 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #bf98d6 hue: 0.77 , saturation: 0.43 and the lightness value of bf98d6 is 0.72.

The process color (four color CMYK) of #bf98d6 color hex is 0.11, 0.29, 0.00, 0.16. Web safe color of #bf98d6 is #cc99cc. Color #bf98d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011000 11010110
Octal 277 230 326
Decimal 191 152 214
Hex BF 98 D6

RGB Percentages of Color #bf98d6

%34.29
%27.29
%38.42

CMYK Percentages of Color #bf98d6

%11
%29
%0
%16

Triadic Colors of #bf98d6

#bf98d6 #d6bf98 #98d6bf

Analogous Colors of #bf98d6

#bf98d6 #d698ce #a098d6

Monochromatic Colors of #bf98d6

#bf98d6

Complementary Color

#bf98d6 #afd698

#bf98d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf98d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf98d6 Color CSS Codes

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

#bf98d6 Text Font Color

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

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


#bf98d6 Background Color

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

This div background color is #bf98d6


#bf98d6 Border Color

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

This div border color is #bf98d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf98d6


Comments

No comments written yet.

Please login to write comment.