Color Hex Logo

#d28cec Color Hex

#D28CEC
(210,140,236)
0 Favorites   0 Comments

Color spaces of #d28cec

RGB 210140236
HSL0.790.720.74
HSV284°41°93°
CMYK 0.110.410.00   0.07
XYZ51.096738.513984.0977
Yxy38.51390.29420.2217
Hunter Lab62.059638.3636-36.9029
CIE-Lab68.397742.7740-37.9876

#d28cec color RGB value is (210,140,236).

#d28cec hex color red value is 210, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d28cec hue: 0.79 , saturation: 0.72 and the lightness value of d28cec is 0.74.

The process color (four color CMYK) of #d28cec color hex is 0.11, 0.41, 0.00, 0.07. Web safe color of #d28cec is #cc99ff. Color #d28cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001100 11101100
Octal 322 214 354
Decimal 210 140 236
Hex D2 8C EC

RGB Percentages of Color #d28cec

%35.84
%23.89
%40.27

CMYK Percentages of Color #d28cec

%11
%41
%0
%7

Triadic Colors of #d28cec

#d28cec #ecd28c #8cecd2

Analogous Colors of #d28cec

#d28cec #ec8cd6 #a28cec

Monochromatic Colors of #d28cec

#d28cec

Complementary Color

#d28cec #a6ec8c

#d28cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28cec Color CSS Codes

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

#d28cec Text Font Color

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

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


#d28cec Background Color

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

This div background color is #d28cec


#d28cec Border Color

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

This div border color is #d28cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28cec


Comments

No comments written yet.

Please login to write comment.