Color Hex Logo

#c769dd Color Hex

#C769DD
(199,105,221)
0 Favorites   0 Comments

Color spaces of #c769dd

RGB 199105221
HSL0.800.630.64
HSV289°52°87°
CMYK 0.100.520.00   0.13
XYZ41.655927.465771.5125
Yxy27.46570.29620.1953
Hunter Lab52.407750.1659-44.2182
CIE-Lab59.402954.7825-43.8433

#c769dd color RGB value is (199,105,221).

#c769dd hex color red value is 199, green value is 105 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c769dd hue: 0.80 , saturation: 0.63 and the lightness value of c769dd is 0.64.

The process color (four color CMYK) of #c769dd color hex is 0.10, 0.52, 0.00, 0.13. Web safe color of #c769dd is #cc66cc. Color #c769dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101001 11011101
Octal 307 151 335
Decimal 199 105 221
Hex C7 69 DD

RGB Percentages of Color #c769dd

%37.90
%20.00
%42.10

CMYK Percentages of Color #c769dd

%10
%52
%0
%13

Triadic Colors of #c769dd

#c769dd #ddc769 #69ddc7

Analogous Colors of #c769dd

#c769dd #dd69b9 #8d69dd

Monochromatic Colors of #c769dd

#c769dd

Complementary Color

#c769dd #7fdd69

#c769dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c769dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c769dd Color CSS Codes

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

#c769dd Text Font Color

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

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


#c769dd Background Color

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

This div background color is #c769dd


#c769dd Border Color

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

This div border color is #c769dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c769dd


Comments

No comments written yet.

Please login to write comment.