Color Hex Logo

#c767dd Color Hex

#C767DD
(199,103,221)
0 Favorites   0 Comments

Color spaces of #c767dd

RGB 199103221
HSL0.800.630.64
HSV289°53°87°
CMYK 0.100.530.00   0.13
XYZ41.454627.063171.4454
Yxy27.06310.29620.1934
Hunter Lab52.022251.2013-45.0112
CIE-Lab59.032755.7656-44.4273

#c767dd color RGB value is (199,103,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100111 11011101
Octal 307 147 335
Decimal 199 103 221
Hex C7 67 DD

RGB Percentages of Color #c767dd

%38.05
%19.69
%42.26

CMYK Percentages of Color #c767dd

%10
%53
%0
%13

Triadic Colors of #c767dd

#c767dd #ddc767 #67ddc7

Analogous Colors of #c767dd

#c767dd #dd67b8 #8c67dd

Monochromatic Colors of #c767dd

#c767dd

Complementary Color

#c767dd #7ddd67

#c767dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c767dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c767dd Color CSS Codes

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

#c767dd Text Font Color

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

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


#c767dd Background Color

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

This div background color is #c767dd


#c767dd Border Color

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

This div border color is #c767dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c767dd


Comments

No comments written yet.

Please login to write comment.