Color Hex Logo

#c068ef Color Hex

#C068EF
(192,104,239)
0 Favorites   0 Comments

Color spaces of #c068ef

RGB 192104239
HSL0.780.810.67
HSV279°56°94°
CMYK 0.200.560.00   0.06
XYZ42.268527.339184.7105
Yxy27.33910.27390.1772
Hunter Lab52.286852.7970-59.4557
CIE-Lab59.286957.1354-54.1405

#c068ef color RGB value is (192,104,239).

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

The process color (four color CMYK) of #c068ef color hex is 0.20, 0.56, 0.00, 0.06. Web safe color of #c068ef is #cc66ff. Color #c068ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101000 11101111
Octal 300 150 357
Decimal 192 104 239
Hex C0 68 EF

RGB Percentages of Color #c068ef

%35.89
%19.44
%44.67

CMYK Percentages of Color #c068ef

%20
%56
%0
%6

Triadic Colors of #c068ef

#c068ef #efc068 #68efc0

Analogous Colors of #c068ef

#c068ef #ef68db #7d68ef

Monochromatic Colors of #c068ef

#c068ef

Complementary Color

#c068ef #97ef68

#c068ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c068ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c068ef Color CSS Codes

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

#c068ef Text Font Color

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

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


#c068ef Background Color

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

This div background color is #c068ef


#c068ef Border Color

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

This div border color is #c068ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c068ef


Comments

No comments written yet.

Please login to write comment.