Color Hex Logo

#c068dd Color Hex

#C068DD
(192,104,221)
0 Favorites   0 Comments

Color spaces of #c068dd

RGB 192104221
HSL0.790.630.64
HSV285°53°87°
CMYK 0.130.530.00   0.13
XYZ39.739726.327671.3938
Yxy26.32760.28910.1915
Hunter Lab51.310448.4542-46.5794
CIE-Lab58.346753.4199-45.5681

#c068dd color RGB value is (192,104,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101000 11011101
Octal 300 150 335
Decimal 192 104 221
Hex C0 68 DD

RGB Percentages of Color #c068dd

%37.14
%20.12
%42.75

CMYK Percentages of Color #c068dd

%13
%53
%0
%13

Triadic Colors of #c068dd

#c068dd #ddc068 #68ddc0

Analogous Colors of #c068dd

#c068dd #dd68c0 #8668dd

Monochromatic Colors of #c068dd

#c068dd

Complementary Color

#c068dd #85dd68

#c068dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c068dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c068dd Color CSS Codes

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

#c068dd Text Font Color

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

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


#c068dd Background Color

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

This div background color is #c068dd


#c068dd Border Color

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

This div border color is #c068dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c068dd


Comments

No comments written yet.

Please login to write comment.