Color Hex Logo

#c068ee Color Hex

#C068EE
(192,104,238)
0 Favorites   0 Comments

Color spaces of #c068ee

RGB 192104238
HSL0.780.800.67
HSV279°56°93°
CMYK 0.190.560.00   0.07
XYZ42.121227.280183.9345
Yxy27.28010.27470.1779
Hunter Lab52.230452.5483-58.7181
CIE-Lab59.232756.9251-53.6705

#c068ee color RGB value is (192,104,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101000 11101110
Octal 300 150 356
Decimal 192 104 238
Hex C0 68 EE

RGB Percentages of Color #c068ee

%35.96
%19.48
%44.57

CMYK Percentages of Color #c068ee

%19
%56
%0
%7

Triadic Colors of #c068ee

#c068ee #eec068 #68eec0

Analogous Colors of #c068ee

#c068ee #ee68d9 #7d68ee

Monochromatic Colors of #c068ee

#c068ee

Complementary Color

#c068ee #96ee68

#c068ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c068ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c068ee Color CSS Codes

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

#c068ee Text Font Color

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

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


#c068ee Background Color

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

This div background color is #c068ee


#c068ee Border Color

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

This div border color is #c068ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,104,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 #c068ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c068ee


Comments

No comments written yet.

Please login to write comment.