Color Hex Logo

#d653cc Color Hex

#D653CC
(214,83,204)
0 Favorites   0 Comments

Color spaces of #d653cc

RGB 21483204
HSL0.850.620.58
HSV305°61°84°
CMYK 0.000.610.05   0.16
XYZ41.723924.842359.7227
Yxy24.84230.33040.1967
Hunter Lab49.842162.2028-36.1542
CIE-Lab56.921465.6851-37.9889

#d653cc color RGB value is (214,83,204).

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

The process color (four color CMYK) of #d653cc color hex is 0.00, 0.61, 0.05, 0.16. Web safe color of #d653cc is #cc66cc. Color #d653cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010011 11001100
Octal 326 123 314
Decimal 214 83 204
Hex D6 53 CC

RGB Percentages of Color #d653cc

%42.71
%16.57
%40.72

CMYK Percentages of Color #d653cc

%0
%61
%5
%16

Triadic Colors of #d653cc

#d653cc #ccd653 #53ccd6

Analogous Colors of #d653cc

#d653cc #d6538b #9f53d6

Monochromatic Colors of #d653cc

#d653cc

Complementary Color

#d653cc #53d65d

#d653cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d653cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d653cc Color CSS Codes

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

#d653cc Text Font Color

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

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


#d653cc Background Color

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

This div background color is #d653cc


#d653cc Border Color

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

This div border color is #d653cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d653cc


Comments

No comments written yet.

Please login to write comment.