Color Hex Logo

#d65384 Color Hex

#D65384
(214,83,132)
0 Favorites   0 Comments

Color spaces of #d65384

RGB 21483132
HSL0.940.620.58
HSV338°61°84°
CMYK 0.000.610.38   0.16
XYZ34.989722.148624.2607
Yxy22.14860.42990.2721
Hunter Lab47.062350.35152.3795
CIE-Lab54.184355.8285-0.2414

#d65384 color RGB value is (214,83,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010011 10000100
Octal 326 123 204
Decimal 214 83 132
Hex D6 53 84

RGB Percentages of Color #d65384

%49.88
%19.35
%30.77

CMYK Percentages of Color #d65384

%0
%61
%38
%16

Triadic Colors of #d65384

#d65384 #84d653 #5384d6

Analogous Colors of #d65384

#d65384 #d66453 #d653c6

Monochromatic Colors of #d65384

#d65384

Complementary Color

#d65384 #53d6a5

#d65384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65384 Color CSS Codes

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

#d65384 Text Font Color

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

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


#d65384 Background Color

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

This div background color is #d65384


#d65384 Border Color

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

This div border color is #d65384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65384


Comments

No comments written yet.

Please login to write comment.