Color Hex Logo

#d28aca Color Hex

#D28ACA
(210,138,202)
0 Favorites   0 Comments

Color spaces of #d28aca

RGB 210138202
HSL0.850.440.68
HSV307°34°82°
CMYK 0.000.340.04   0.18
XYZ46.327536.142960.4117
Yxy36.14290.32420.2530
Hunter Lab60.119032.3434-17.4954
CIE-Lab66.629037.3335-21.8789

#d28aca color RGB value is (210,138,202).

#d28aca hex color red value is 210, green value is 138 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d28aca hue: 0.85 , saturation: 0.44 and the lightness value of d28aca is 0.68.

The process color (four color CMYK) of #d28aca color hex is 0.00, 0.34, 0.04, 0.18. Web safe color of #d28aca is #cc99cc. Color #d28aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001010 11001010
Octal 322 212 312
Decimal 210 138 202
Hex D2 8A CA

RGB Percentages of Color #d28aca

%38.18
%25.09
%36.73

CMYK Percentages of Color #d28aca

%0
%34
%4
%18

Triadic Colors of #d28aca

#d28aca #cad28a #8acad2

Analogous Colors of #d28aca

#d28aca #d28aa6 #b68ad2

Monochromatic Colors of #d28aca

#d28aca

Complementary Color

#d28aca #8ad292

#d28aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28aca Color CSS Codes

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

#d28aca Text Font Color

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

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


#d28aca Background Color

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

This div background color is #d28aca


#d28aca Border Color

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

This div border color is #d28aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28aca


Comments

No comments written yet.

Please login to write comment.