Color Hex Logo

#d48cdf Color Hex

#D48CDF
(212,140,223)
0 Favorites   0 Comments

Color spaces of #d48cdf

RGB 212140223
HSL0.810.560.71
HSV292°37°87°
CMYK 0.050.370.00   0.13
XYZ49.848738.080974.5351
Yxy38.08090.30680.2344
Hunter Lab61.709736.1991-28.4157
CIE-Lab68.080240.8051-31.2981

#d48cdf color RGB value is (212,140,223).

#d48cdf hex color red value is 212, green value is 140 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d48cdf hue: 0.81 , saturation: 0.56 and the lightness value of d48cdf is 0.71.

The process color (four color CMYK) of #d48cdf color hex is 0.05, 0.37, 0.00, 0.13. Web safe color of #d48cdf is #cc99cc. Color #d48cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001100 11011111
Octal 324 214 337
Decimal 212 140 223
Hex D4 8C DF

RGB Percentages of Color #d48cdf

%36.87
%24.35
%38.78

CMYK Percentages of Color #d48cdf

%5
%37
%0
%13

Triadic Colors of #d48cdf

#d48cdf #dfd48c #8cdfd4

Analogous Colors of #d48cdf

#d48cdf #df8cc1 #ab8cdf

Monochromatic Colors of #d48cdf

#d48cdf

Complementary Color

#d48cdf #97df8c

#d48cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48cdf Color CSS Codes

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

#d48cdf Text Font Color

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

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


#d48cdf Background Color

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

This div background color is #d48cdf


#d48cdf Border Color

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

This div border color is #d48cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48cdf


Comments

No comments written yet.

Please login to write comment.