Color Hex Logo

#c066ee Color Hex

#C066EE
(192,102,238)
0 Favorites   0 Comments

Color spaces of #c066ee

RGB 192102238
HSL0.780.800.67
HSV280°57°93°
CMYK 0.190.570.00   0.07
XYZ41.922226.882383.8682
Yxy26.88230.27460.1761
Hunter Lab51.848153.5932-59.6123
CIE-Lab58.865257.9078-54.2558

#c066ee color RGB value is (192,102,238).

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

The process color (four color CMYK) of #c066ee color hex is 0.19, 0.57, 0.00, 0.07. Web safe color of #c066ee is #cc66ff. Color #c066ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100110 11101110
Octal 300 146 356
Decimal 192 102 238
Hex C0 66 EE

RGB Percentages of Color #c066ee

%36.09
%19.17
%44.74

CMYK Percentages of Color #c066ee

%19
%57
%0
%7

Triadic Colors of #c066ee

#c066ee #eec066 #66eec0

Analogous Colors of #c066ee

#c066ee #ee66d8 #7c66ee

Monochromatic Colors of #c066ee

#c066ee

Complementary Color

#c066ee #94ee66

#c066ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c066ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c066ee Color CSS Codes

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

#c066ee Text Font Color

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

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


#c066ee Background Color

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

This div background color is #c066ee


#c066ee Border Color

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

This div border color is #c066ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c066ee


Comments

No comments written yet.

Please login to write comment.