Color Hex Logo

#d38bfc Color Hex

#D38BFC
(211,139,252)
0 Favorites   0 Comments

Color spaces of #d38bfc

RGB 211139252
HSL0.770.950.77
HSV278°45°99°
CMYK 0.160.450.00   0.01
XYZ53.667339.342496.8607
Yxy39.34240.28270.2072
Hunter Lab62.723542.9614-47.6520
CIE-Lab68.998646.8904-45.8009

#d38bfc color RGB value is (211,139,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001011 11111100
Octal 323 213 374
Decimal 211 139 252
Hex D3 8B FC

RGB Percentages of Color #d38bfc

%35.05
%23.09
%41.86

CMYK Percentages of Color #d38bfc

%16
%45
%0
%1

Triadic Colors of #d38bfc

#d38bfc #fcd38b #8bfcd3

Analogous Colors of #d38bfc

#d38bfc #fc8bed #9b8bfc

Monochromatic Colors of #d38bfc

#d38bfc

Complementary Color

#d38bfc #b4fc8b

#d38bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38bfc Color CSS Codes

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

#d38bfc Text Font Color

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

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


#d38bfc Background Color

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

This div background color is #d38bfc


#d38bfc Border Color

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

This div border color is #d38bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.