Color Hex Logo

#d48ada Color Hex

#D48ADA
(212,138,218)
0 Favorites   0 Comments

Color spaces of #d48ada

RGB 212138218
HSL0.820.520.70
HSV296°37°85°
CMYK 0.030.370.00   0.15
XYZ48.894737.236070.9399
Yxy37.23600.31130.2371
Hunter Lab61.021336.2399-26.2123
CIE-Lab67.453740.9166-29.4974

#d48ada color RGB value is (212,138,218).

#d48ada hex color red value is 212, green value is 138 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d48ada hue: 0.82 , saturation: 0.52 and the lightness value of d48ada is 0.70.

The process color (four color CMYK) of #d48ada color hex is 0.03, 0.37, 0.00, 0.15. Web safe color of #d48ada is #cc99cc. Color #d48ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001010 11011010
Octal 324 212 332
Decimal 212 138 218
Hex D4 8A DA

RGB Percentages of Color #d48ada

%37.32
%24.30
%38.38

CMYK Percentages of Color #d48ada

%3
%37
%0
%15

Triadic Colors of #d48ada

#d48ada #dad48a #8adad4

Analogous Colors of #d48ada

#d48ada #da8ab8 #ac8ada

Monochromatic Colors of #d48ada

#d48ada

Complementary Color

#d48ada #90da8a

#d48ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48ada Color CSS Codes

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

#d48ada Text Font Color

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

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


#d48ada Background Color

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

This div background color is #d48ada


#d48ada Border Color

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

This div border color is #d48ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48ada


Comments

No comments written yet.

Please login to write comment.