Color Hex Logo

#d498cf Color Hex

#D498CF
(212,152,207)
0 Favorites   0 Comments

Color spaces of #d498cf

RGB 212152207
HSL0.850.410.71
HSV305°28°83°
CMYK 0.000.280.02   0.17
XYZ49.642140.958564.3208
Yxy40.95850.32040.2644
Hunter Lab63.998826.4595-14.7891
CIE-Lab70.146831.3394-19.2846

#d498cf color RGB value is (212,152,207).

#d498cf hex color red value is 212, green value is 152 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d498cf hue: 0.85 , saturation: 0.41 and the lightness value of d498cf is 0.71.

The process color (four color CMYK) of #d498cf color hex is 0.00, 0.28, 0.02, 0.17. Web safe color of #d498cf is #cc99cc. Color #d498cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011000 11001111
Octal 324 230 317
Decimal 212 152 207
Hex D4 98 CF

RGB Percentages of Color #d498cf

%37.13
%26.62
%36.25

CMYK Percentages of Color #d498cf

%0
%28
%2
%17

Triadic Colors of #d498cf

#d498cf #cfd498 #98cfd4

Analogous Colors of #d498cf

#d498cf #d498b1 #bb98d4

Monochromatic Colors of #d498cf

#d498cf

Complementary Color

#d498cf #98d49d

#d498cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d498cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d498cf Color CSS Codes

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

#d498cf Text Font Color

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

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


#d498cf Background Color

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

This div background color is #d498cf


#d498cf Border Color

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

This div border color is #d498cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d498cf


Comments

No comments written yet.

Please login to write comment.