Color Hex Logo

#c841dd Color Hex

#C841DD
(200,65,221)
0 Favorites   0 Comments

Color spaces of #c841dd

RGB 20065221
HSL0.810.700.56
HSV292°71°87°
CMYK 0.100.710.00   0.13
XYZ38.760921.280470.4712
Yxy21.28040.29700.1631
Hunter Lab46.130769.2544-58.2825
CIE-Lab53.255072.2717-53.5952

#c841dd color RGB value is (200,65,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000001 11011101
Octal 310 101 335
Decimal 200 65 221
Hex C8 41 DD

RGB Percentages of Color #c841dd

%41.15
%13.37
%45.47

CMYK Percentages of Color #c841dd

%10
%71
%0
%13

Triadic Colors of #c841dd

#c841dd #ddc841 #41ddc8

Analogous Colors of #c841dd

#c841dd #dd41a4 #7a41dd

Monochromatic Colors of #c841dd

#c841dd

Complementary Color

#c841dd #56dd41

#c841dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c841dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c841dd Color CSS Codes

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

#c841dd Text Font Color

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

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


#c841dd Background Color

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

This div background color is #c841dd


#c841dd Border Color

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

This div border color is #c841dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c841dd


Comments

No comments written yet.

Please login to write comment.