Color Hex Logo

#c064de Color Hex

#C064DE
(192,100,222)
0 Favorites   0 Comments

Color spaces of #c064de

RGB 192100222
HSL0.790.650.63
HSV285°55°87°
CMYK 0.140.550.00   0.13
XYZ39.480225.594771.9667
Yxy25.59470.28810.1868
Hunter Lab50.591250.7626-48.9270
CIE-Lab57.650355.6060-47.2323

#c064de color RGB value is (192,100,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100100 11011110
Octal 300 144 336
Decimal 192 100 222
Hex C0 64 DE

RGB Percentages of Color #c064de

%37.35
%19.46
%43.19

CMYK Percentages of Color #c064de

%14
%55
%0
%13

Triadic Colors of #c064de

#c064de #dec064 #64dec0

Analogous Colors of #c064de

#c064de #de64bf #8364de

Monochromatic Colors of #c064de

#c064de

Complementary Color

#c064de #82de64

#c064de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c064de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c064de Color CSS Codes

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

#c064de Text Font Color

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

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


#c064de Background Color

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

This div background color is #c064de


#c064de Border Color

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

This div border color is #c064de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c064de


Comments

No comments written yet.

Please login to write comment.