Color Hex Logo

#d063bf Color Hex

#D063BF
(208,99,191)
0 Favorites   0 Comments

Color spaces of #d063bf

RGB 20899191
HSL0.860.540.60
HSV309°52°82°
CMYK 0.000.520.08   0.18
XYZ39.878226.095252.2253
Yxy26.09520.33740.2208
Hunter Lab51.083549.9496-24.8569
CIE-Lab58.127354.7995-28.7505

#d063bf color RGB value is (208,99,191).

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

The process color (four color CMYK) of #d063bf color hex is 0.00, 0.52, 0.08, 0.18. Web safe color of #d063bf is #cc66cc. Color #d063bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100011 10111111
Octal 320 143 277
Decimal 208 99 191
Hex D0 63 BF

RGB Percentages of Color #d063bf

%41.77
%19.88
%38.35

CMYK Percentages of Color #d063bf

%0
%52
%8
%18

Triadic Colors of #d063bf

#d063bf #bfd063 #63bfd0

Analogous Colors of #d063bf

#d063bf #d06389 #ab63d0

Monochromatic Colors of #d063bf

#d063bf

Complementary Color

#d063bf #63d074

#d063bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d063bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d063bf Color CSS Codes

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

#d063bf Text Font Color

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

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


#d063bf Background Color

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

This div background color is #d063bf


#d063bf Border Color

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

This div border color is #d063bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d063bf


Comments

No comments written yet.

Please login to write comment.