Color Hex Logo

#c649dd Color Hex

#C649DD
(198,73,221)
0 Favorites   0 Comments

Color spaces of #c649dd

RGB 19873221
HSL0.810.690.58
HSV291°67°87°
CMYK 0.100.670.00   0.13
XYZ38.722421.991370.6105
Yxy21.99130.29490.1675
Hunter Lab46.894965.3263-56.4476
CIE-Lab54.017868.8612-52.3941

#c649dd color RGB value is (198,73,221).

#c649dd hex color red value is 198, green value is 73 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c649dd hue: 0.81 , saturation: 0.69 and the lightness value of c649dd is 0.58.

The process color (four color CMYK) of #c649dd color hex is 0.10, 0.67, 0.00, 0.13. Web safe color of #c649dd is #cc33cc. Color #c649dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001001 11011101
Octal 306 111 335
Decimal 198 73 221
Hex C6 49 DD

RGB Percentages of Color #c649dd

%40.24
%14.84
%44.92

CMYK Percentages of Color #c649dd

%10
%67
%0
%13

Triadic Colors of #c649dd

#c649dd #ddc649 #49ddc6

Analogous Colors of #c649dd

#c649dd #dd49aa #7c49dd

Monochromatic Colors of #c649dd

#c649dd

Complementary Color

#c649dd #60dd49

#c649dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c649dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c649dd Color CSS Codes

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

#c649dd Text Font Color

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

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


#c649dd Background Color

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

This div background color is #c649dd


#c649dd Border Color

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

This div border color is #c649dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c649dd


Comments

No comments written yet.

Please login to write comment.