Color Hex Logo

#c068df Color Hex

#C068DF
(192,104,223)
0 Favorites   0 Comments

Color spaces of #c068df

RGB 192104223
HSL0.790.650.64
HSV284°53°87°
CMYK 0.140.530.00   0.13
XYZ40.007826.434872.8058
Yxy26.43480.28730.1898
Hunter Lab51.414848.9218-47.9671
CIE-Lab58.447553.8244-46.5324

#c068df color RGB value is (192,104,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101000 11011111
Octal 300 150 337
Decimal 192 104 223
Hex C0 68 DF

RGB Percentages of Color #c068df

%36.99
%20.04
%42.97

CMYK Percentages of Color #c068df

%14
%53
%0
%13

Triadic Colors of #c068df

#c068df #dfc068 #68dfc0

Analogous Colors of #c068df

#c068df #df68c3 #8568df

Monochromatic Colors of #c068df

#c068df

Complementary Color

#c068df #87df68

#c068df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c068df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c068df Color CSS Codes

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

#c068df Text Font Color

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

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


#c068df Background Color

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

This div background color is #c068df


#c068df Border Color

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

This div border color is #c068df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c068df


Comments

No comments written yet.

Please login to write comment.