Color Hex Logo

#d36bef Color Hex

#D36BEF
(211,107,239)
0 Favorites   0 Comments

Color spaces of #d36bef

RGB 211107239
HSL0.800.800.68
HSV287°55°94°
CMYK 0.120.550.00   0.06
XYZ47.701730.596385.0529
Yxy30.59630.29200.1873
Hunter Lab55.313957.1357-52.4469
CIE-Lab62.165460.4260-49.4251

#d36bef color RGB value is (211,107,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101011 11101111
Octal 323 153 357
Decimal 211 107 239
Hex D3 6B EF

RGB Percentages of Color #d36bef

%37.88
%19.21
%42.91

CMYK Percentages of Color #d36bef

%12
%55
%0
%6

Triadic Colors of #d36bef

#d36bef #efd36b #6befd3

Analogous Colors of #d36bef

#d36bef #ef6bc9 #916bef

Monochromatic Colors of #d36bef

#d36bef

Complementary Color

#d36bef #87ef6b

#d36bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36bef Color CSS Codes

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

#d36bef Text Font Color

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

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


#d36bef Background Color

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

This div background color is #d36bef


#d36bef Border Color

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

This div border color is #d36bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36bef


Comments

No comments written yet.

Please login to write comment.