Color Hex Logo

#c066da Color Hex

#C066DA
(192,102,218)
0 Favorites   0 Comments

Color spaces of #c066da

RGB 192102218
HSL0.800.610.63
HSV287°53°85°
CMYK 0.120.530.00   0.15
XYZ39.144525.771269.2409
Yxy25.77120.29180.1921
Hunter Lab50.765348.7997-45.3323
CIE-Lab57.819253.8175-44.7132

#c066da color RGB value is (192,102,218).

#c066da hex color red value is 192, green value is 102 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c066da hue: 0.80 , saturation: 0.61 and the lightness value of c066da is 0.63.

The process color (four color CMYK) of #c066da color hex is 0.12, 0.53, 0.00, 0.15. Web safe color of #c066da is #cc66cc. Color #c066da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100110 11011010
Octal 300 146 332
Decimal 192 102 218
Hex C0 66 DA

RGB Percentages of Color #c066da

%37.50
%19.92
%42.58

CMYK Percentages of Color #c066da

%12
%53
%0
%15

Triadic Colors of #c066da

#c066da #dac066 #66dac0

Analogous Colors of #c066da

#c066da #da66ba #8666da

Monochromatic Colors of #c066da

#c066da

Complementary Color

#c066da #80da66

#c066da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c066da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c066da Color CSS Codes

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

#c066da Text Font Color

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

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


#c066da Background Color

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

This div background color is #c066da


#c066da Border Color

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

This div border color is #c066da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c066da


Comments

No comments written yet.

Please login to write comment.