Color Hex Logo

#d36cfe Color Hex

#D36CFE
(211,108,254)
0 Favorites   0 Comments

Color spaces of #d36cfe

RGB 211108254
HSL0.780.990.71
HSV282°57°100°
CMYK 0.170.570.00   0.00
XYZ50.115931.729897.2490
Yxy31.72980.27980.1772
Hunter Lab56.329260.2347-62.9302
CIE-Lab63.118962.9090-56.1949

#d36cfe color RGB value is (211,108,254).

#d36cfe hex color red value is 211, green value is 108 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d36cfe hue: 0.78 , saturation: 0.99 and the lightness value of d36cfe is 0.71.

The process color (four color CMYK) of #d36cfe color hex is 0.17, 0.57, 0.00, 0.00. Web safe color of #d36cfe is #cc66ff. Color #d36cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101100 11111110
Octal 323 154 376
Decimal 211 108 254
Hex D3 6C FE

RGB Percentages of Color #d36cfe

%36.82
%18.85
%44.33

CMYK Percentages of Color #d36cfe

%17
%57
%0
%0

Triadic Colors of #d36cfe

#d36cfe #fed36c #6cfed3

Analogous Colors of #d36cfe

#d36cfe #fe6ce0 #8a6cfe

Monochromatic Colors of #d36cfe

#d36cfe

Complementary Color

#d36cfe #97fe6c

#d36cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36cfe Color CSS Codes

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

#d36cfe Text Font Color

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

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


#d36cfe Background Color

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

This div background color is #d36cfe


#d36cfe Border Color

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

This div border color is #d36cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36cfe


Comments

No comments written yet.

Please login to write comment.