Color Hex Logo

#d48fcf Color Hex

#D48FCF
(212,143,207)
0 Favorites   0 Comments

Color spaces of #d48fcf

RGB 212143207
HSL0.850.450.70
HSV304°33°83°
CMYK 0.000.330.02   0.17
XYZ48.236338.147063.8523
Yxy38.14700.32110.2539
Hunter Lab61.763331.3205-18.0611
CIE-Lab68.128836.2003-22.3555

#d48fcf color RGB value is (212,143,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001111 11001111
Octal 324 217 317
Decimal 212 143 207
Hex D4 8F CF

RGB Percentages of Color #d48fcf

%37.72
%25.44
%36.83

CMYK Percentages of Color #d48fcf

%0
%33
%2
%17

Triadic Colors of #d48fcf

#d48fcf #cfd48f #8fcfd4

Analogous Colors of #d48fcf

#d48fcf #d48fad #b78fd4

Monochromatic Colors of #d48fcf

#d48fcf

Complementary Color

#d48fcf #8fd494

#d48fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48fcf Color CSS Codes

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

#d48fcf Text Font Color

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

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


#d48fcf Background Color

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

This div background color is #d48fcf


#d48fcf Border Color

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

This div border color is #d48fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,143,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 #d48fcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48fcf


Comments

No comments written yet.

Please login to write comment.