Color Hex Logo

#c749de Color Hex

#C749DE
(199,73,222)
0 Favorites   0 Comments

Color spaces of #c749de

RGB 19973222
HSL0.810.690.58
HSV291°67°87°
CMYK 0.100.670.00   0.13
XYZ39.120522.181171.3267
Yxy22.18110.29500.1672
Hunter Lab47.096865.8498-56.8251
CIE-Lab54.218669.2613-52.6311

#c749de color RGB value is (199,73,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 11011110
Octal 307 111 336
Decimal 199 73 222
Hex C7 49 DE

RGB Percentages of Color #c749de

%40.28
%14.78
%44.94

CMYK Percentages of Color #c749de

%10
%67
%0
%13

Triadic Colors of #c749de

#c749de #dec749 #49dec7

Analogous Colors of #c749de

#c749de #de49ab #7d49de

Monochromatic Colors of #c749de

#c749de

Complementary Color

#c749de #60de49

#c749de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c749de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c749de Color CSS Codes

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

#c749de Text Font Color

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

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


#c749de Background Color

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

This div background color is #c749de


#c749de Border Color

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

This div border color is #c749de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c749de


Comments

No comments written yet.

Please login to write comment.