Color Hex Logo

#c06ca1 Color Hex

#C06CA1
(192,108,161)
0 Favorites   0 Comments

Color spaces of #c06ca1

RGB 192108161
HSL0.890.400.59
HSV322°44°75°
CMYK 0.000.440.16   0.25
XYZ33.533824.504836.6807
Yxy24.50480.35400.2587
Hunter Lab49.502334.2902-9.2816
CIE-Lab56.589740.4197-14.0079

#c06ca1 color RGB value is (192,108,161).

#c06ca1 hex color red value is 192, green value is 108 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #c06ca1 hue: 0.89 , saturation: 0.40 and the lightness value of c06ca1 is 0.59.

The process color (four color CMYK) of #c06ca1 color hex is 0.00, 0.44, 0.16, 0.25. Web safe color of #c06ca1 is #cc6699. Color #c06ca1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101100 10100001
Octal 300 154 241
Decimal 192 108 161
Hex C0 6C A1

RGB Percentages of Color #c06ca1

%41.65
%23.43
%34.92

CMYK Percentages of Color #c06ca1

%0
%44
%16
%25

Triadic Colors of #c06ca1

#c06ca1 #a1c06c #6ca1c0

Analogous Colors of #c06ca1

#c06ca1 #c06c77 #b56cc0

Monochromatic Colors of #c06ca1

#c06ca1

Complementary Color

#c06ca1 #6cc08b

#c06ca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06ca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06ca1 Color CSS Codes

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

#c06ca1 Text Font Color

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

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


#c06ca1 Background Color

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

This div background color is #c06ca1


#c06ca1 Border Color

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

This div border color is #c06ca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06ca1


Comments

No comments written yet.

Please login to write comment.