Color Hex Logo

#d38cff Color Hex

#D38CFF
(211,140,255)
0 Favorites   0 Comments

Color spaces of #d38cff

RGB 211140255
HSL0.771.000.77
HSV277°45°100°
CMYK 0.170.450.00   0.00
XYZ54.292139.825199.4332
Yxy39.82510.28050.2058
Hunter Lab63.107143.1290-49.2438
CIE-Lab69.344846.9957-46.8920

#d38cff color RGB value is (211,140,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001100 11111111
Octal 323 214 377
Decimal 211 140 255
Hex D3 8C FF

RGB Percentages of Color #d38cff

%34.82
%23.10
%42.08

CMYK Percentages of Color #d38cff

%17
%45
%0
%0

Triadic Colors of #d38cff

#d38cff #ffd38c #8cffd3

Analogous Colors of #d38cff

#d38cff #ff8cf2 #9a8cff

Monochromatic Colors of #d38cff

#d38cff

Complementary Color

#d38cff #b8ff8c

#d38cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38cff Color CSS Codes

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

#d38cff Text Font Color

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

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


#d38cff Background Color

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

This div background color is #d38cff


#d38cff Border Color

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

This div border color is #d38cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38cff

#d38cff Color Palettes


Comments

No comments written yet.

Please login to write comment.