Color Hex Logo

#c241dc Color Hex

#C241DC
(194,65,220)
0 Favorites   0 Comments

Color spaces of #c241dc

RGB 19465220
HSL0.810.690.56
HSV290°70°86°
CMYK 0.120.700.00   0.14
XYZ37.056720.417269.6980
Yxy20.41720.29140.1605
Hunter Lab45.185467.3140-59.8244
CIE-Lab52.305770.8480-54.5970

#c241dc color RGB value is (194,65,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000001 11011100
Octal 302 101 334
Decimal 194 65 220
Hex C2 41 DC

RGB Percentages of Color #c241dc

%40.50
%13.57
%45.93

CMYK Percentages of Color #c241dc

%12
%70
%0
%14

Triadic Colors of #c241dc

#c241dc #dcc241 #41dcc2

Analogous Colors of #c241dc

#c241dc #dc41a9 #7541dc

Monochromatic Colors of #c241dc

#c241dc

Complementary Color

#c241dc #5bdc41

#c241dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c241dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c241dc Color CSS Codes

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

#c241dc Text Font Color

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

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


#c241dc Background Color

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

This div background color is #c241dc


#c241dc Border Color

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

This div border color is #c241dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c241dc


Comments

No comments written yet.

Please login to write comment.