Color Hex Logo

#d38cfe Color Hex

#D38CFE
(211,140,254)
0 Favorites   0 Comments

Color spaces of #d38cfe

RGB 211140254
HSL0.770.980.77
HSV277°45°100°
CMYK 0.170.450.00   0.00
XYZ54.131439.760898.5875
Yxy39.76080.28120.2066
Hunter Lab63.056242.8874-48.5598
CIE-Lab69.298846.7841-46.4195

#d38cfe color RGB value is (211,140,254).

#d38cfe hex color red value is 211, green value is 140 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d38cfe hue: 0.77 , saturation: 0.98 and the lightness value of d38cfe is 0.77.

The process color (four color CMYK) of #d38cfe color hex is 0.17, 0.45, 0.00, 0.00. Web safe color of #d38cfe is #cc99ff. Color #d38cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001100 11111110
Octal 323 214 376
Decimal 211 140 254
Hex D3 8C FE

RGB Percentages of Color #d38cfe

%34.88
%23.14
%41.98

CMYK Percentages of Color #d38cfe

%17
%45
%0
%0

Triadic Colors of #d38cfe

#d38cfe #fed38c #8cfed3

Analogous Colors of #d38cfe

#d38cfe #fe8cf0 #9a8cfe

Monochromatic Colors of #d38cfe

#d38cfe

Complementary Color

#d38cfe #b7fe8c

#d38cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38cfe Color CSS Codes

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

#d38cfe Text Font Color

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

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


#d38cfe Background Color

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

This div background color is #d38cfe


#d38cfe Border Color

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

This div border color is #d38cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38cfe


Comments

No comments written yet.

Please login to write comment.