Color Hex Logo

#c240dc Color Hex

#C240DC
(194,64,220)
0 Favorites   0 Comments

Color spaces of #c240dc

RGB 19464220
HSL0.810.690.56
HSV290°71°86°
CMYK 0.120.710.00   0.14
XYZ36.999820.303469.6790
Yxy20.30340.29140.1599
Hunter Lab45.059367.7190-60.1436
CIE-Lab52.178571.2090-54.8006

#c240dc color RGB value is (194,64,220).

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

The process color (four color CMYK) of #c240dc color hex is 0.12, 0.71, 0.00, 0.14. Web safe color of #c240dc is #cc33cc. Color #c240dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000000 11011100
Octal 302 100 334
Decimal 194 64 220
Hex C2 40 DC

RGB Percentages of Color #c240dc

%40.59
%13.39
%46.03

CMYK Percentages of Color #c240dc

%12
%71
%0
%14

Triadic Colors of #c240dc

#c240dc #dcc240 #40dcc2

Analogous Colors of #c240dc

#c240dc #dc40a8 #7440dc

Monochromatic Colors of #c240dc

#c240dc

Complementary Color

#c240dc #5adc40

#c240dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c240dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c240dc Color CSS Codes

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

#c240dc Text Font Color

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

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


#c240dc Background Color

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

This div background color is #c240dc


#c240dc Border Color

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

This div border color is #c240dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,64,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c240dc


Comments

No comments written yet.

Please login to write comment.