Color Hex Logo

#d38fcd Color Hex

#D38FCD
(211,143,205)
0 Favorites   0 Comments

Color spaces of #d38fcd

RGB 211143205
HSL0.850.440.69
HSV305°32°83°
CMYK 0.000.320.03   0.17
XYZ47.705937.901662.5590
Yxy37.90160.32200.2558
Hunter Lab61.564330.5814-17.1530
CIE-Lab67.948035.5124-21.5292

#d38fcd color RGB value is (211,143,205).

#d38fcd hex color red value is 211, green value is 143 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d38fcd hue: 0.85 , saturation: 0.44 and the lightness value of d38fcd is 0.69.

The process color (four color CMYK) of #d38fcd color hex is 0.00, 0.32, 0.03, 0.17. Web safe color of #d38fcd is #cc99cc. Color #d38fcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001111 11001101
Octal 323 217 315
Decimal 211 143 205
Hex D3 8F CD

RGB Percentages of Color #d38fcd

%37.75
%25.58
%36.67

CMYK Percentages of Color #d38fcd

%0
%32
%3
%17

Triadic Colors of #d38fcd

#d38fcd #cdd38f #8fcdd3

Analogous Colors of #d38fcd

#d38fcd #d38fab #b78fd3

Monochromatic Colors of #d38fcd

#d38fcd

Complementary Color

#d38fcd #8fd395

#d38fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38fcd Color CSS Codes

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

#d38fcd Text Font Color

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

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


#d38fcd Background Color

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

This div background color is #d38fcd


#d38fcd Border Color

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

This div border color is #d38fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,143,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38fcd


Comments

No comments written yet.

Please login to write comment.