Color Hex Logo

#d765bf Color Hex

#D765BF
(215,101,191)
0 Favorites   0 Comments

Color spaces of #d765bf

RGB 215101191
HSL0.870.590.62
HSV313°53°84°
CMYK 0.000.530.11   0.16
XYZ42.082027.516052.3834
Yxy27.51600.34500.2256
Hunter Lab52.455751.4022-22.4893
CIE-Lab59.448955.8748-26.6297

#d765bf color RGB value is (215,101,191).

#d765bf hex color red value is 215, green value is 101 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d765bf hue: 0.87 , saturation: 0.59 and the lightness value of d765bf is 0.62.

The process color (four color CMYK) of #d765bf color hex is 0.00, 0.53, 0.11, 0.16. Web safe color of #d765bf is #cc66cc. Color #d765bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100101 10111111
Octal 327 145 277
Decimal 215 101 191
Hex D7 65 BF

RGB Percentages of Color #d765bf

%42.41
%19.92
%37.67

CMYK Percentages of Color #d765bf

%0
%53
%11
%16

Triadic Colors of #d765bf

#d765bf #bfd765 #65bfd7

Analogous Colors of #d765bf

#d765bf #d76586 #b665d7

Monochromatic Colors of #d765bf

#d765bf

Complementary Color

#d765bf #65d77d

#d765bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d765bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d765bf Color CSS Codes

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

#d765bf Text Font Color

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

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


#d765bf Background Color

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

This div background color is #d765bf


#d765bf Border Color

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

This div border color is #d765bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d765bf


Comments

No comments written yet.

Please login to write comment.