Color Hex Logo

#d65396 Color Hex

#D65396
(214,83,150)
0 Favorites   0 Comments

Color spaces of #d65396

RGB 21483150
HSL0.910.620.58
HSV329°61°84°
CMYK 0.000.610.30   0.16
XYZ36.329822.684731.3179
Yxy22.68470.40220.2511
Hunter Lab47.628552.8055-5.6460
CIE-Lab54.746157.9249-10.0444

#d65396 color RGB value is (214,83,150).

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

The process color (four color CMYK) of #d65396 color hex is 0.00, 0.61, 0.30, 0.16. Web safe color of #d65396 is #cc6699. Color #d65396 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010011 10010110
Octal 326 123 226
Decimal 214 83 150
Hex D6 53 96

RGB Percentages of Color #d65396

%47.87
%18.57
%33.56

CMYK Percentages of Color #d65396

%0
%61
%30
%16

Triadic Colors of #d65396

#d65396 #96d653 #5396d6

Analogous Colors of #d65396

#d65396 #d65355 #d553d6

Monochromatic Colors of #d65396

#d65396

Complementary Color

#d65396 #53d693

#d65396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65396 Color CSS Codes

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

#d65396 Text Font Color

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

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


#d65396 Background Color

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

This div background color is #d65396


#d65396 Border Color

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

This div border color is #d65396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65396


Comments

No comments written yet.

Please login to write comment.