Color Hex Logo

#c941da Color Hex

#C941DA
(201,65,218)
0 Favorites   0 Comments

Color spaces of #c941da

RGB 20165218
HSL0.810.670.55
HSV293°70°85°
CMYK 0.080.700.00   0.15
XYZ38.632621.260168.3971
Yxy21.26010.30110.1657
Hunter Lab46.108768.8678-55.6741
CIE-Lab53.233071.9571-51.9190

#c941da color RGB value is (201,65,218).

#c941da hex color red value is 201, green value is 65 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c941da hue: 0.81 , saturation: 0.67 and the lightness value of c941da is 0.55.

The process color (four color CMYK) of #c941da color hex is 0.08, 0.70, 0.00, 0.15. Web safe color of #c941da is #cc33cc. Color #c941da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000001 11011010
Octal 311 101 332
Decimal 201 65 218
Hex C9 41 DA

RGB Percentages of Color #c941da

%41.53
%13.43
%45.04

CMYK Percentages of Color #c941da

%8
%70
%0
%15

Triadic Colors of #c941da

#c941da #dac941 #41dac9

Analogous Colors of #c941da

#c941da #da419f #7d41da

Monochromatic Colors of #c941da

#c941da

Complementary Color

#c941da #52da41

#c941da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c941da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c941da Color CSS Codes

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

#c941da Text Font Color

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

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


#c941da Background Color

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

This div background color is #c941da


#c941da Border Color

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

This div border color is #c941da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,65,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c941da


Comments

No comments written yet.

Please login to write comment.