Color Hex Logo

#d665be Color Hex

#D665BE
(214,101,190)
0 Favorites   0 Comments

Color spaces of #d665be

RGB 214101190
HSL0.870.580.62
HSV313°53°84°
CMYK 0.000.530.11   0.16
XYZ41.679527.321251.7920
Yxy27.32120.34500.2262
Hunter Lab52.269750.8628-22.1594
CIE-Lab59.270555.4252-26.3454

#d665be color RGB value is (214,101,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100101 10111110
Octal 326 145 276
Decimal 214 101 190
Hex D6 65 BE

RGB Percentages of Color #d665be

%42.38
%20.00
%37.62

CMYK Percentages of Color #d665be

%0
%53
%11
%16

Triadic Colors of #d665be

#d665be #bed665 #65bed6

Analogous Colors of #d665be

#d665be #d66586 #b665d6

Monochromatic Colors of #d665be

#d665be

Complementary Color

#d665be #65d67d

#d665be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d665be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d665be Color CSS Codes

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

#d665be Text Font Color

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

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


#d665be Background Color

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

This div background color is #d665be


#d665be Border Color

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

This div border color is #d665be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,101,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d665be


Comments

No comments written yet.

Please login to write comment.