Color Hex Logo

#c769ed Color Hex

#C769ED
(199,105,237)
0 Favorites   0 Comments

Color spaces of #c769ed

RGB 199105237
HSL0.790.790.67
HSV283°56°93°
CMYK 0.160.560.00   0.07
XYZ43.890828.359783.2814
Yxy28.35970.28220.1823
Hunter Lab53.253853.9221-55.4434
CIE-Lab60.212357.9679-51.5046

#c769ed color RGB value is (199,105,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101001 11101101
Octal 307 151 355
Decimal 199 105 237
Hex C7 69 ED

RGB Percentages of Color #c769ed

%36.78
%19.41
%43.81

CMYK Percentages of Color #c769ed

%16
%56
%0
%7

Triadic Colors of #c769ed

#c769ed #edc769 #69edc7

Analogous Colors of #c769ed

#c769ed #ed69d1 #8569ed

Monochromatic Colors of #c769ed

#c769ed

Complementary Color

#c769ed #8fed69

#c769ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c769ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c769ed Color CSS Codes

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

#c769ed Text Font Color

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

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


#c769ed Background Color

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

This div background color is #c769ed


#c769ed Border Color

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

This div border color is #c769ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c769ed


Comments

No comments written yet.

Please login to write comment.