Color Hex Logo

#c068ad Color Hex

#C068AD
(192,104,173)
0 Favorites   0 Comments

Color spaces of #c068ad

RGB 192104173
HSL0.870.410.58
HSV313°46°75°
CMYK 0.000.460.10   0.25
XYZ34.231424.124242.3874
Yxy24.12420.33980.2395
Hunter Lab49.116438.4509-16.7857
CIE-Lab56.211944.4812-21.5312

#c068ad color RGB value is (192,104,173).

#c068ad hex color red value is 192, green value is 104 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c068ad hue: 0.87 , saturation: 0.41 and the lightness value of c068ad is 0.58.

The process color (four color CMYK) of #c068ad color hex is 0.00, 0.46, 0.10, 0.25. Web safe color of #c068ad is #cc6699. Color #c068ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101000 10101101
Octal 300 150 255
Decimal 192 104 173
Hex C0 68 AD

RGB Percentages of Color #c068ad

%40.94
%22.17
%36.89

CMYK Percentages of Color #c068ad

%0
%46
%10
%25

Triadic Colors of #c068ad

#c068ad #adc068 #68adc0

Analogous Colors of #c068ad

#c068ad #c06881 #a768c0

Monochromatic Colors of #c068ad

#c068ad

Complementary Color

#c068ad #68c07b

#c068ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c068ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c068ad Color CSS Codes

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

#c068ad Text Font Color

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

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


#c068ad Background Color

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

This div background color is #c068ad


#c068ad Border Color

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

This div border color is #c068ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,104,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c068ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c068ad;
  -webkit-box-shadow: 1px 1px 3px 2px #c068ad;
  box-shadow:         1px 1px 3px 2px #c068ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,104,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c068ad


Comments

No comments written yet.

Please login to write comment.