Color Hex Logo

#d198fb Color Hex

#D198FB
(209,152,251)
0 Favorites   0 Comments

Color spaces of #d198fb

RGB 209152251
HSL0.760.930.79
HSV275°39°98°
CMYK 0.170.390.00   0.02
XYZ54.935342.976896.6667
Yxy42.97680.28230.2209
Hunter Lab65.556734.8555-41.5365
CIE-Lab71.539239.1688-41.2919

#d198fb color RGB value is (209,152,251).

#d198fb hex color red value is 209, green value is 152 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d198fb hue: 0.76 , saturation: 0.93 and the lightness value of d198fb is 0.79.

The process color (four color CMYK) of #d198fb color hex is 0.17, 0.39, 0.00, 0.02. Web safe color of #d198fb is #cc99ff. Color #d198fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011000 11111011
Octal 321 230 373
Decimal 209 152 251
Hex D1 98 FB

RGB Percentages of Color #d198fb

%34.15
%24.84
%41.01

CMYK Percentages of Color #d198fb

%17
%39
%0
%2

Triadic Colors of #d198fb

#d198fb #fbd198 #98fbd1

Analogous Colors of #d198fb

#d198fb #fb98f4 #a098fb

Monochromatic Colors of #d198fb

#d198fb

Complementary Color

#d198fb #c2fb98

#d198fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d198fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d198fb Color CSS Codes

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

#d198fb Text Font Color

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

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


#d198fb Background Color

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

This div background color is #d198fb


#d198fb Border Color

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

This div border color is #d198fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d198fb

Related Colors


Comments

No comments written yet.

Please login to write comment.