Color Hex Logo

#c844d6 Color Hex

#C844D6
(200,68,214)
0 Favorites   0 Comments

Color spaces of #c844d6

RGB 20068214
HSL0.820.640.55
HSV294°68°84°
CMYK 0.070.680.00   0.16
XYZ38.024121.268665.7195
Yxy21.26860.30420.1701
Hunter Lab46.117966.4665-52.2077
CIE-Lab53.242269.9624-49.6381

#c844d6 color RGB value is (200,68,214).

#c844d6 hex color red value is 200, green value is 68 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #c844d6 hue: 0.82 , saturation: 0.64 and the lightness value of c844d6 is 0.55.

The process color (four color CMYK) of #c844d6 color hex is 0.07, 0.68, 0.00, 0.16. Web safe color of #c844d6 is #cc33cc. Color #c844d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000100 11010110
Octal 310 104 326
Decimal 200 68 214
Hex C8 44 D6

RGB Percentages of Color #c844d6

%41.49
%14.11
%44.40

CMYK Percentages of Color #c844d6

%7
%68
%0
%16

Triadic Colors of #c844d6

#c844d6 #d6c844 #44d6c8

Analogous Colors of #c844d6

#c844d6 #d6449b #7f44d6

Monochromatic Colors of #c844d6

#c844d6

Complementary Color

#c844d6 #52d644

#c844d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c844d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c844d6 Color CSS Codes

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

#c844d6 Text Font Color

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

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


#c844d6 Background Color

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

This div background color is #c844d6


#c844d6 Border Color

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

This div border color is #c844d6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,68,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c844d6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c844d6


Comments

No comments written yet.

Please login to write comment.