Color Hex Logo

#c249dd Color Hex

#C249DD
(194,73,221)
0 Favorites   0 Comments

Color spaces of #c249dd

RGB 19473221
HSL0.800.690.58
HSV289°67°87°
CMYK 0.120.670.00   0.13
XYZ37.681821.454970.5618
Yxy21.45490.29050.1654
Hunter Lab46.319464.1544-57.8972
CIE-Lab53.443867.9847-53.3438

#c249dd color RGB value is (194,73,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001001 11011101
Octal 302 111 335
Decimal 194 73 221
Hex C2 49 DD

RGB Percentages of Color #c249dd

%39.75
%14.96
%45.29

CMYK Percentages of Color #c249dd

%12
%67
%0
%13

Triadic Colors of #c249dd

#c249dd #ddc249 #49ddc2

Analogous Colors of #c249dd

#c249dd #dd49ae #7849dd

Monochromatic Colors of #c249dd

#c249dd

Complementary Color

#c249dd #64dd49

#c249dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c249dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c249dd Color CSS Codes

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

#c249dd Text Font Color

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

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


#c249dd Background Color

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

This div background color is #c249dd


#c249dd Border Color

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

This div border color is #c249dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c249dd


Comments

No comments written yet.

Please login to write comment.