Color Hex Logo

#c240da Color Hex

#C240DA
(194,64,218)
0 Favorites   0 Comments

Color spaces of #c240da

RGB 19464218
HSL0.810.680.55
HSV291°71°85°
CMYK 0.110.710.00   0.15
XYZ36.736420.198168.2921
Yxy20.19810.29340.1613
Hunter Lab44.942367.2591-58.6346
CIE-Lab52.060570.8495-53.8530

#c240da color RGB value is (194,64,218).

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

The process color (four color CMYK) of #c240da color hex is 0.11, 0.71, 0.00, 0.15. Web safe color of #c240da is #cc33cc. Color #c240da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000000 11011010
Octal 302 100 332
Decimal 194 64 218
Hex C2 40 DA

RGB Percentages of Color #c240da

%40.76
%13.45
%45.80

CMYK Percentages of Color #c240da

%11
%71
%0
%15

Triadic Colors of #c240da

#c240da #dac240 #40dac2

Analogous Colors of #c240da

#c240da #da40a5 #7540da

Monochromatic Colors of #c240da

#c240da

Complementary Color

#c240da #58da40

#c240da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c240da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c240da Color CSS Codes

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

#c240da Text Font Color

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

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


#c240da Background Color

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

This div background color is #c240da


#c240da Border Color

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

This div border color is #c240da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c240da


Comments

No comments written yet.

Please login to write comment.