Color Hex Logo

#c761dd Color Hex

#C761DD
(199,97,221)
0 Favorites   0 Comments

Color spaces of #c761dd

RGB 19997221
HSL0.800.650.62
HSV289°56°87°
CMYK 0.100.560.00   0.13
XYZ40.879025.912071.2536
Yxy25.91200.29610.1877
Hunter Lab50.903854.2651-47.3596
CIE-Lab57.953458.6544-46.1324

#c761dd color RGB value is (199,97,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100001 11011101
Octal 307 141 335
Decimal 199 97 221
Hex C7 61 DD

RGB Percentages of Color #c761dd

%38.49
%18.76
%42.75

CMYK Percentages of Color #c761dd

%10
%56
%0
%13

Triadic Colors of #c761dd

#c761dd #ddc761 #61ddc7

Analogous Colors of #c761dd

#c761dd #dd61b5 #8961dd

Monochromatic Colors of #c761dd

#c761dd

Complementary Color

#c761dd #77dd61

#c761dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c761dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c761dd Color CSS Codes

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

#c761dd Text Font Color

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

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


#c761dd Background Color

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

This div background color is #c761dd


#c761dd Border Color

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

This div border color is #c761dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c761dd


Comments

No comments written yet.

Please login to write comment.