Color Hex Logo

#d388fc Color Hex

#D388FC
(211,136,252)
0 Favorites   0 Comments

Color spaces of #d388fc

RGB 211136252
HSL0.770.950.76
HSV279°46°99°
CMYK 0.160.460.00   0.01
XYZ53.238838.485596.7179
Yxy38.48550.28250.2042
Hunter Lab62.036744.6214-49.0100
CIE-Lab68.376948.4671-46.7781

#d388fc color RGB value is (211,136,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001000 11111100
Octal 323 210 374
Decimal 211 136 252
Hex D3 88 FC

RGB Percentages of Color #d388fc

%35.23
%22.70
%42.07

CMYK Percentages of Color #d388fc

%16
%46
%0
%1

Triadic Colors of #d388fc

#d388fc #fcd388 #88fcd3

Analogous Colors of #d388fc

#d388fc #fc88eb #9988fc

Monochromatic Colors of #d388fc

#d388fc

Complementary Color

#d388fc #b1fc88

#d388fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d388fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d388fc Color CSS Codes

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

#d388fc Text Font Color

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

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


#d388fc Background Color

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

This div background color is #d388fc


#d388fc Border Color

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

This div border color is #d388fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,136,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 #d388fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d388fc


Comments

No comments written yet.

Please login to write comment.