Color Hex Logo

#d260cc Color Hex

#D260CC
(210,96,204)
0 Favorites   0 Comments

Color spaces of #d260cc

RGB 21096204
HSL0.840.560.60
HSV303°54°82°
CMYK 0.000.540.03   0.18
XYZ41.660326.427060.0319
Yxy26.42700.32520.2063
Hunter Lab51.407254.6935-33.2522
CIE-Lab58.440258.9457-35.6524

#d260cc color RGB value is (210,96,204).

#d260cc hex color red value is 210, green value is 96 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d260cc hue: 0.84 , saturation: 0.56 and the lightness value of d260cc is 0.60.

The process color (four color CMYK) of #d260cc color hex is 0.00, 0.54, 0.03, 0.18. Web safe color of #d260cc is #cc66cc. Color #d260cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100000 11001100
Octal 322 140 314
Decimal 210 96 204
Hex D2 60 CC

RGB Percentages of Color #d260cc

%41.18
%18.82
%40.00

CMYK Percentages of Color #d260cc

%0
%54
%3
%18

Triadic Colors of #d260cc

#d260cc #ccd260 #60ccd2

Analogous Colors of #d260cc

#d260cc #d26093 #9f60d2

Monochromatic Colors of #d260cc

#d260cc

Complementary Color

#d260cc #60d266

#d260cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d260cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d260cc Color CSS Codes

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

#d260cc Text Font Color

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

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


#d260cc Background Color

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

This div background color is #d260cc


#d260cc Border Color

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

This div border color is #d260cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d260cc


Comments

No comments written yet.

Please login to write comment.