Color Hex Logo

#d498ff Color Hex

#D498FF
(212,152,255)
0 Favorites   0 Comments

Color spaces of #d498ff

RGB 212152255
HSL0.761.000.80
HSV275°40°100°
CMYK 0.170.400.00   0.00
XYZ56.429643.6735100.0634
Yxy43.67350.28190.2182
Hunter Lab66.085936.7676-43.5133
CIE-Lab72.009740.8834-42.7063

#d498ff color RGB value is (212,152,255).

#d498ff hex color red value is 212, green value is 152 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d498ff hue: 0.76 , saturation: 1.00 and the lightness value of d498ff is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011000 11111111
Octal 324 230 377
Decimal 212 152 255
Hex D4 98 FF

RGB Percentages of Color #d498ff

%34.25
%24.56
%41.20

CMYK Percentages of Color #d498ff

%17
%40
%0
%0

Triadic Colors of #d498ff

#d498ff #ffd498 #98ffd4

Analogous Colors of #d498ff

#d498ff #ff98f7 #a198ff

Monochromatic Colors of #d498ff

#d498ff

Complementary Color

#d498ff #c3ff98

#d498ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d498ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d498ff Color CSS Codes

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

#d498ff Text Font Color

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

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


#d498ff Background Color

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

This div background color is #d498ff


#d498ff Border Color

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

This div border color is #d498ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d498ff


Comments

No comments written yet.

Please login to write comment.