Color Hex Logo

#d48cfa Color Hex

#D48CFA
(212,140,250)
0 Favorites   0 Comments

Color spaces of #d48cfa

RGB 212140250
HSL0.780.920.76
HSV279°44°98°
CMYK 0.150.440.00   0.02
XYZ53.784839.655395.2620
Yxy39.65530.28500.2101
Hunter Lab62.972542.2551-45.6106
CIE-Lab69.223346.2231-44.3493

#d48cfa color RGB value is (212,140,250).

#d48cfa hex color red value is 212, green value is 140 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d48cfa hue: 0.78 , saturation: 0.92 and the lightness value of d48cfa is 0.76.

The process color (four color CMYK) of #d48cfa color hex is 0.15, 0.44, 0.00, 0.02. Web safe color of #d48cfa is #cc99ff. Color #d48cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001100 11111010
Octal 324 214 372
Decimal 212 140 250
Hex D4 8C FA

RGB Percentages of Color #d48cfa

%35.22
%23.26
%41.53

CMYK Percentages of Color #d48cfa

%15
%44
%0
%2

Triadic Colors of #d48cfa

#d48cfa #fad48c #8cfad4

Analogous Colors of #d48cfa

#d48cfa #fa8ce9 #9d8cfa

Monochromatic Colors of #d48cfa

#d48cfa

Complementary Color

#d48cfa #b2fa8c

#d48cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48cfa Color CSS Codes

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

#d48cfa Text Font Color

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

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


#d48cfa Background Color

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

This div background color is #d48cfa


#d48cfa Border Color

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

This div border color is #d48cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48cfa


Comments

No comments written yet.

Please login to write comment.