Color Hex Logo

#c769ec Color Hex

#C769EC
(199,105,236)
0 Favorites   0 Comments

Color spaces of #c769ec

RGB 199105236
HSL0.790.780.67
HSV283°56°93°
CMYK 0.160.560.00   0.07
XYZ43.745128.301482.5140
Yxy28.30140.28300.1831
Hunter Lab53.199153.6806-54.7220
CIE-Lab60.160157.7651-51.0312

#c769ec color RGB value is (199,105,236).

#c769ec hex color red value is 199, green value is 105 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c769ec hue: 0.79 , saturation: 0.78 and the lightness value of c769ec is 0.67.

The process color (four color CMYK) of #c769ec color hex is 0.16, 0.56, 0.00, 0.07. Web safe color of #c769ec is #cc66ff. Color #c769ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101001 11101100
Octal 307 151 354
Decimal 199 105 236
Hex C7 69 EC

RGB Percentages of Color #c769ec

%36.85
%19.44
%43.70

CMYK Percentages of Color #c769ec

%16
%56
%0
%7

Triadic Colors of #c769ec

#c769ec #ecc769 #69ecc7

Analogous Colors of #c769ec

#c769ec #ec69d0 #8669ec

Monochromatic Colors of #c769ec

#c769ec

Complementary Color

#c769ec #8eec69

#c769ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c769ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c769ec Color CSS Codes

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

#c769ec Text Font Color

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

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


#c769ec Background Color

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

This div background color is #c769ec


#c769ec Border Color

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

This div border color is #c769ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,105,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c769ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c769ec;
  -webkit-box-shadow: 1px 1px 3px 2px #c769ec;
  box-shadow:         1px 1px 3px 2px #c769ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,105,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c769ec


Comments

No comments written yet.

Please login to write comment.