Color Hex Logo

#d48adc Color Hex

#D48ADC
(212,138,220)
0 Favorites   0 Comments

Color spaces of #d48adc

RGB 212138220
HSL0.820.540.70
HSV294°37°86°
CMYK 0.040.370.00   0.14
XYZ49.158137.341372.3268
Yxy37.34130.30950.2351
Hunter Lab61.107536.6566-27.4003
CIE-Lab67.532341.2960-30.4845

#d48adc color RGB value is (212,138,220).

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

The process color (four color CMYK) of #d48adc color hex is 0.04, 0.37, 0.00, 0.14. Web safe color of #d48adc is #cc99cc. Color #d48adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001010 11011100
Octal 324 212 334
Decimal 212 138 220
Hex D4 8A DC

RGB Percentages of Color #d48adc

%37.19
%24.21
%38.60

CMYK Percentages of Color #d48adc

%4
%37
%0
%14

Triadic Colors of #d48adc

#d48adc #dcd48a #8adcd4

Analogous Colors of #d48adc

#d48adc #dc8abb #ab8adc

Monochromatic Colors of #d48adc

#d48adc

Complementary Color

#d48adc #92dc8a

#d48adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48adc Color CSS Codes

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

#d48adc Text Font Color

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

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


#d48adc Background Color

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

This div background color is #d48adc


#d48adc Border Color

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

This div border color is #d48adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48adc


Comments

No comments written yet.

Please login to write comment.