Color Hex Logo

#c641dd Color Hex

#C641DD
(198,65,221)
0 Favorites   0 Comments

Color spaces of #c641dd

RGB 19865221
HSL0.810.700.56
HSV291°71°87°
CMYK 0.100.710.00   0.13
XYZ38.230121.006870.4464
Yxy21.00680.29480.1620
Hunter Lab45.833268.6813-59.0466
CIE-Lab52.956971.8562-54.0889

#c641dd color RGB value is (198,65,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000001 11011101
Octal 306 101 335
Decimal 198 65 221
Hex C6 41 DD

RGB Percentages of Color #c641dd

%40.91
%13.43
%45.66

CMYK Percentages of Color #c641dd

%10
%71
%0
%13

Triadic Colors of #c641dd

#c641dd #ddc641 #41ddc6

Analogous Colors of #c641dd

#c641dd #dd41a6 #7841dd

Monochromatic Colors of #c641dd

#c641dd

Complementary Color

#c641dd #58dd41

#c641dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c641dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c641dd Color CSS Codes

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

#c641dd Text Font Color

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

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


#c641dd Background Color

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

This div background color is #c641dd


#c641dd Border Color

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

This div border color is #c641dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c641dd


Comments

No comments written yet.

Please login to write comment.