Color Hex Logo

#d36cef Color Hex

#D36CEF
(211,108,239)
0 Favorites   0 Comments

Color spaces of #d36cef

RGB 211108239
HSL0.800.800.68
HSV287°55°94°
CMYK 0.120.550.00   0.06
XYZ47.806530.806085.0878
Yxy30.80600.29200.1882
Hunter Lab55.503256.6168-52.0409
CIE-Lab62.343559.9488-49.1431

#d36cef color RGB value is (211,108,239).

#d36cef hex color red value is 211, green value is 108 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d36cef hue: 0.80 , saturation: 0.80 and the lightness value of d36cef is 0.68.

The process color (four color CMYK) of #d36cef color hex is 0.12, 0.55, 0.00, 0.06. Web safe color of #d36cef is #cc66ff. Color #d36cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101100 11101111
Octal 323 154 357
Decimal 211 108 239
Hex D3 6C EF

RGB Percentages of Color #d36cef

%37.81
%19.35
%42.83

CMYK Percentages of Color #d36cef

%12
%55
%0
%6

Triadic Colors of #d36cef

#d36cef #efd36c #6cefd3

Analogous Colors of #d36cef

#d36cef #ef6cca #926cef

Monochromatic Colors of #d36cef

#d36cef

Complementary Color

#d36cef #88ef6c

#d36cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36cef Color CSS Codes

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

#d36cef Text Font Color

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

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


#d36cef Background Color

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

This div background color is #d36cef


#d36cef Border Color

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

This div border color is #d36cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36cef


Comments

No comments written yet.

Please login to write comment.