Color Hex Logo

#c841da Color Hex

#C841DA
(200,65,218)
0 Favorites   0 Comments

Color spaces of #c841da

RGB 20065218
HSL0.810.670.55
HSV293°70°85°
CMYK 0.080.700.00   0.15
XYZ38.364621.121968.3846
Yxy21.12190.30000.1652
Hunter Lab45.958668.5780-56.0503
CIE-Lab53.082671.7467-52.1678

#c841da color RGB value is (200,65,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000001 11011010
Octal 310 101 332
Decimal 200 65 218
Hex C8 41 DA

RGB Percentages of Color #c841da

%41.41
%13.46
%45.13

CMYK Percentages of Color #c841da

%8
%70
%0
%15

Triadic Colors of #c841da

#c841da #dac841 #41dac8

Analogous Colors of #c841da

#c841da #da41a0 #7c41da

Monochromatic Colors of #c841da

#c841da

Complementary Color

#c841da #53da41

#c841da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c841da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c841da Color CSS Codes

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

#c841da Text Font Color

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

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


#c841da Background Color

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

This div background color is #c841da


#c841da Border Color

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

This div border color is #c841da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c841da


Comments

No comments written yet.

Please login to write comment.