Color Hex Logo

#c249dc Color Hex

#C249DC
(194,73,220)
0 Favorites   0 Comments

Color spaces of #c249dc

RGB 19473220
HSL0.800.680.57
HSV289°67°86°
CMYK 0.120.670.00   0.14
XYZ37.548921.401769.8620
Yxy21.40170.29150.1661
Hunter Lab46.262063.9225-57.1528
CIE-Lab53.386467.8000-52.8688

#c249dc color RGB value is (194,73,220).

#c249dc hex color red value is 194, green value is 73 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c249dc hue: 0.80 , saturation: 0.68 and the lightness value of c249dc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001001 11011100
Octal 302 111 334
Decimal 194 73 220
Hex C2 49 DC

RGB Percentages of Color #c249dc

%39.84
%14.99
%45.17

CMYK Percentages of Color #c249dc

%12
%67
%0
%14

Triadic Colors of #c249dc

#c249dc #dcc249 #49dcc2

Analogous Colors of #c249dc

#c249dc #dc49ad #7949dc

Monochromatic Colors of #c249dc

#c249dc

Complementary Color

#c249dc #63dc49

#c249dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c249dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c249dc Color CSS Codes

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

#c249dc Text Font Color

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

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


#c249dc Background Color

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

This div background color is #c249dc


#c249dc Border Color

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

This div border color is #c249dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c249dc


Comments

No comments written yet.

Please login to write comment.