Color Hex Logo

#c242dc Color Hex

#C242DC
(194,66,220)
0 Favorites   0 Comments

Color spaces of #c242dc

RGB 19466220
HSL0.810.690.56
HSV290°70°86°
CMYK 0.120.700.00   0.14
XYZ37.114620.533169.7173
Yxy20.53310.29140.1612
Hunter Lab45.313566.9043-59.5016
CIE-Lab52.434770.4821-54.3905

#c242dc color RGB value is (194,66,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000010 11011100
Octal 302 102 334
Decimal 194 66 220
Hex C2 42 DC

RGB Percentages of Color #c242dc

%40.42
%13.75
%45.83

CMYK Percentages of Color #c242dc

%12
%70
%0
%14

Triadic Colors of #c242dc

#c242dc #dcc242 #42dcc2

Analogous Colors of #c242dc

#c242dc #dc42a9 #7542dc

Monochromatic Colors of #c242dc

#c242dc

Complementary Color

#c242dc #5cdc42

#c242dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c242dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c242dc Color CSS Codes

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

#c242dc Text Font Color

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

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


#c242dc Background Color

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

This div background color is #c242dc


#c242dc Border Color

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

This div border color is #c242dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c242dc


Comments

No comments written yet.

Please login to write comment.