Color Hex Logo

#c943dd Color Hex

#C943DD
(201,67,221)
0 Favorites   0 Comments

Color spaces of #c943dd

RGB 20167221
HSL0.810.690.56
HSV292°70°87°
CMYK 0.090.700.00   0.13
XYZ39.145721.652370.5227
Yxy21.65230.29810.1649
Hunter Lab46.532068.7345-57.2859
CIE-Lab53.656171.7657-52.9458

#c943dd color RGB value is (201,67,221).

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

The process color (four color CMYK) of #c943dd color hex is 0.09, 0.70, 0.00, 0.13. Web safe color of #c943dd is #cc33cc. Color #c943dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000011 11011101
Octal 311 103 335
Decimal 201 67 221
Hex C9 43 DD

RGB Percentages of Color #c943dd

%41.10
%13.70
%45.19

CMYK Percentages of Color #c943dd

%9
%70
%0
%13

Triadic Colors of #c943dd

#c943dd #ddc943 #43ddc9

Analogous Colors of #c943dd

#c943dd #dd43a4 #7c43dd

Monochromatic Colors of #c943dd

#c943dd

Complementary Color

#c943dd #57dd43

#c943dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c943dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c943dd Color CSS Codes

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

#c943dd Text Font Color

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

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


#c943dd Background Color

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

This div background color is #c943dd


#c943dd Border Color

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

This div border color is #c943dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c943dd


Comments

No comments written yet.

Please login to write comment.