Color Hex Logo

#d665bf Color Hex

#D665BF
(214,101,191)
0 Favorites   0 Comments

Color spaces of #d665bf

RGB 214101191
HSL0.870.580.62
HSV312°53°84°
CMYK 0.000.530.11   0.16
XYZ41.789227.365152.3697
Yxy27.36510.34390.2252
Hunter Lab52.311751.0494-22.7376
CIE-Lab59.310855.5845-26.8542

#d665bf color RGB value is (214,101,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100101 10111111
Octal 326 145 277
Decimal 214 101 191
Hex D6 65 BF

RGB Percentages of Color #d665bf

%42.29
%19.96
%37.75

CMYK Percentages of Color #d665bf

%0
%53
%11
%16

Triadic Colors of #d665bf

#d665bf #bfd665 #65bfd6

Analogous Colors of #d665bf

#d665bf #d66587 #b565d6

Monochromatic Colors of #d665bf

#d665bf

Complementary Color

#d665bf #65d67c

#d665bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d665bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d665bf Color CSS Codes

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

#d665bf Text Font Color

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

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


#d665bf Background Color

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

This div background color is #d665bf


#d665bf Border Color

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

This div border color is #d665bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d665bf


Comments

No comments written yet.

Please login to write comment.