color codes Logo

#d28cbe color codes

#D28CBE
(210,140,190)
0 Favorites   0 Comments

Color spaces of #d28cbe

RGB 210140190
HSL0.880.440.69
HSV317°33°82°
CMYK 0.000.330.10   0.18
XYZ45.250736.175553.3128
Yxy36.17550.33580.2685
Hunter Lab60.146129.0383-10.4517
CIE-Lab66.653834.1538-15.1289

#d28cbe color RGB value is (210,140,190).

#d28cbe hex color red value is 210, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d28cbe hue: 0.88 , saturation: 0.44 and the lightness value of d28cbe is 0.69.

The process color (four color CMYK) of #d28cbe color code is 0.00, 0.33, 0.10, 0.18. Web safe color of #d28cbe is #cc99cc. Color #d28cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001100 10111110
Octal 322 214 276
Decimal 210 140 190
Hex D2 8C BE

RGB Percentages of Color #d28cbe

%38.89
%25.93
%35.19

CMYK Percentages of Color #d28cbe

%0
%33
%10
%18

Triadic Colors of #d28cbe

#d28cbe #bed28c #8cbed2

Analogous Colors of #d28cbe

#d28cbe #d28c9b #c38cd2

Monochromatic Colors of #d28cbe

#d28cbe

Complementary Color

#d28cbe #8cd2a0

#d28cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28cbe Color CSS Codes

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

#d28cbe Text Font Color

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

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


#d28cbe Background Color

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

This div background color is #d28cbe


#d28cbe Border Color

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

This div border color is #d28cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28cbe


Comments

No comments written yet.

Please login to write comment.