Color Hex Logo

#d38bfd Color Hex

#D38BFD
(211,139,253)
0 Favorites   0 Comments

Color spaces of #d38bfd

RGB 211139253
HSL0.770.970.77
HSV278°45°99°
CMYK 0.170.450.00   0.01
XYZ53.826239.406097.6977
Yxy39.40600.28190.2064
Hunter Lab62.774243.2013-48.3332
CIE-Lab69.044347.1006-46.2744

#d38bfd color RGB value is (211,139,253).

#d38bfd hex color red value is 211, green value is 139 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d38bfd hue: 0.77 , saturation: 0.97 and the lightness value of d38bfd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001011 11111101
Octal 323 213 375
Decimal 211 139 253
Hex D3 8B FD

RGB Percentages of Color #d38bfd

%34.99
%23.05
%41.96

CMYK Percentages of Color #d38bfd

%17
%45
%0
%1

Triadic Colors of #d38bfd

#d38bfd #fdd38b #8bfdd3

Analogous Colors of #d38bfd

#d38bfd #fd8bee #9a8bfd

Monochromatic Colors of #d38bfd

#d38bfd

Complementary Color

#d38bfd #b5fd8b

#d38bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38bfd Color CSS Codes

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

#d38bfd Text Font Color

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

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


#d38bfd Background Color

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

This div background color is #d38bfd


#d38bfd Border Color

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

This div border color is #d38bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38bfd


Comments

No comments written yet.

Please login to write comment.