Color Hex Logo

#d363bf Color Hex

#D363BF
(211,99,191)
0 Favorites   0 Comments

Color spaces of #d363bf

RGB 21199191
HSL0.860.560.61
HSV311°53°83°
CMYK 0.000.530.09   0.17
XYZ40.729826.534252.2651
Yxy26.53420.34080.2220
Hunter Lab51.511450.9943-24.0996
CIE-Lab58.540755.6634-28.0776

#d363bf color RGB value is (211,99,191).

#d363bf hex color red value is 211, green value is 99 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d363bf hue: 0.86 , saturation: 0.56 and the lightness value of d363bf is 0.61.

The process color (four color CMYK) of #d363bf color hex is 0.00, 0.53, 0.09, 0.17. Web safe color of #d363bf is #cc66cc. Color #d363bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100011 10111111
Octal 323 143 277
Decimal 211 99 191
Hex D3 63 BF

RGB Percentages of Color #d363bf

%42.12
%19.76
%38.12

CMYK Percentages of Color #d363bf

%0
%53
%9
%17

Triadic Colors of #d363bf

#d363bf #bfd363 #63bfd3

Analogous Colors of #d363bf

#d363bf #d36387 #af63d3

Monochromatic Colors of #d363bf

#d363bf

Complementary Color

#d363bf #63d377

#d363bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d363bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d363bf Color CSS Codes

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

#d363bf Text Font Color

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

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


#d363bf Background Color

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

This div background color is #d363bf


#d363bf Border Color

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

This div border color is #d363bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d363bf


Comments

No comments written yet.

Please login to write comment.