Color Hex Logo

#d48ecf Color Hex

#D48ECF
(212,142,207)
0 Favorites   0 Comments

Color spaces of #d48ecf

RGB 212142207
HSL0.850.450.69
HSV304°33°83°
CMYK 0.000.330.02   0.17
XYZ48.086937.848063.8024
Yxy37.84800.32110.2528
Hunter Lab61.520731.8610-18.4244
CIE-Lab67.908436.7381-22.6918

#d48ecf color RGB value is (212,142,207).

#d48ecf hex color red value is 212, green value is 142 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d48ecf hue: 0.85 , saturation: 0.45 and the lightness value of d48ecf is 0.69.

The process color (four color CMYK) of #d48ecf color hex is 0.00, 0.33, 0.02, 0.17. Web safe color of #d48ecf is #cc99cc. Color #d48ecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001110 11001111
Octal 324 216 317
Decimal 212 142 207
Hex D4 8E CF

RGB Percentages of Color #d48ecf

%37.79
%25.31
%36.90

CMYK Percentages of Color #d48ecf

%0
%33
%2
%17

Triadic Colors of #d48ecf

#d48ecf #cfd48e #8ecfd4

Analogous Colors of #d48ecf

#d48ecf #d48eac #b68ed4

Monochromatic Colors of #d48ecf

#d48ecf

Complementary Color

#d48ecf #8ed493

#d48ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48ecf Color CSS Codes

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

#d48ecf Text Font Color

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

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


#d48ecf Background Color

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

This div background color is #d48ecf


#d48ecf Border Color

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

This div border color is #d48ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48ecf


Comments

No comments written yet.

Please login to write comment.