Color Hex Logo

#c068de Color Hex

#C068DE
(192,104,222)
0 Favorites   0 Comments

Color spaces of #c068de

RGB 192104222
HSL0.790.640.64
HSV285°53°87°
CMYK 0.140.530.00   0.13
XYZ39.873426.381072.0977
Yxy26.38100.28820.1907
Hunter Lab51.362448.6879-47.2720
CIE-Lab58.396953.6222-46.0507

#c068de color RGB value is (192,104,222).

#c068de hex color red value is 192, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c068de hue: 0.79 , saturation: 0.64 and the lightness value of c068de is 0.64.

The process color (four color CMYK) of #c068de color hex is 0.14, 0.53, 0.00, 0.13. Web safe color of #c068de is #cc66cc. Color #c068de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101000 11011110
Octal 300 150 336
Decimal 192 104 222
Hex C0 68 DE

RGB Percentages of Color #c068de

%37.07
%20.08
%42.86

CMYK Percentages of Color #c068de

%14
%53
%0
%13

Triadic Colors of #c068de

#c068de #dec068 #68dec0

Analogous Colors of #c068de

#c068de #de68c1 #8568de

Monochromatic Colors of #c068de

#c068de

Complementary Color

#c068de #86de68

#c068de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c068de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c068de Color CSS Codes

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

#c068de Text Font Color

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

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


#c068de Background Color

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

This div background color is #c068de


#c068de Border Color

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

This div border color is #c068de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c068de


Comments

No comments written yet.

Please login to write comment.