Color Hex Logo

#d298cb Color Hex

#D298CB
(210,152,203)
0 Favorites   0 Comments

Color spaces of #d298cb

RGB 210152203
HSL0.850.390.71
HSV307°28°82°
CMYK 0.000.280.03   0.18
XYZ48.586140.469961.7506
Yxy40.46990.32220.2684
Hunter Lab63.616024.9998-13.0203
CIE-Lab69.802929.9461-17.6119

#d298cb color RGB value is (210,152,203).

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

The process color (four color CMYK) of #d298cb color hex is 0.00, 0.28, 0.03, 0.18. Web safe color of #d298cb is #cc99cc. Color #d298cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011000 11001011
Octal 322 230 313
Decimal 210 152 203
Hex D2 98 CB

RGB Percentages of Color #d298cb

%37.17
%26.90
%35.93

CMYK Percentages of Color #d298cb

%0
%28
%3
%18

Triadic Colors of #d298cb

#d298cb #cbd298 #98cbd2

Analogous Colors of #d298cb

#d298cb #d298ae #bc98d2

Monochromatic Colors of #d298cb

#d298cb

Complementary Color

#d298cb #98d29f

#d298cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d298cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d298cb Color CSS Codes

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

#d298cb Text Font Color

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

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


#d298cb Background Color

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

This div background color is #d298cb


#d298cb Border Color

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

This div border color is #d298cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d298cb


Comments

No comments written yet.

Please login to write comment.