Color Hex Logo

#d060c8 Color Hex

#D060C8
(208,96,200)
0 Favorites   0 Comments

Color spaces of #d060c8

RGB 20896200
HSL0.850.540.60
HSV304°54°82°
CMYK 0.000.540.04   0.18
XYZ40.620625.945857.5107
Yxy25.94580.32740.2091
Hunter Lab50.937053.2081-31.2858
CIE-Lab57.985657.7189-34.1075

#d060c8 color RGB value is (208,96,200).

#d060c8 hex color red value is 208, green value is 96 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #d060c8 hue: 0.85 , saturation: 0.54 and the lightness value of d060c8 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 11001000
Octal 320 140 310
Decimal 208 96 200
Hex D0 60 C8

RGB Percentages of Color #d060c8

%41.27
%19.05
%39.68

CMYK Percentages of Color #d060c8

%0
%54
%4
%18

Triadic Colors of #d060c8

#d060c8 #c8d060 #60c8d0

Analogous Colors of #d060c8

#d060c8 #d06090 #a060d0

Monochromatic Colors of #d060c8

#d060c8

Complementary Color

#d060c8 #60d068

#d060c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d060c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d060c8 Color CSS Codes

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

#d060c8 Text Font Color

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

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


#d060c8 Background Color

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

This div background color is #d060c8


#d060c8 Border Color

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

This div border color is #d060c8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,96,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d060c8


Comments

No comments written yet.

Please login to write comment.