Color Hex Logo

#c749da Color Hex

#C749DA
(199,73,218)
0 Favorites   0 Comments

Color spaces of #c749da

RGB 19973218
HSL0.810.660.57
HSV292°67°85°
CMYK 0.090.670.00   0.15
XYZ38.590621.969268.5362
Yxy21.96920.29890.1702
Hunter Lab46.871364.9398-53.8851
CIE-Lab53.994368.5413-50.7225

#c749da color RGB value is (199,73,218).

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

The process color (four color CMYK) of #c749da color hex is 0.09, 0.67, 0.00, 0.15. Web safe color of #c749da is #cc33cc. Color #c749da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 11011010
Octal 307 111 332
Decimal 199 73 218
Hex C7 49 DA

RGB Percentages of Color #c749da

%40.61
%14.90
%44.49

CMYK Percentages of Color #c749da

%9
%67
%0
%15

Triadic Colors of #c749da

#c749da #dac749 #49dac7

Analogous Colors of #c749da

#c749da #da49a5 #7f49da

Monochromatic Colors of #c749da

#c749da

Complementary Color

#c749da #5cda49

#c749da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c749da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c749da Color CSS Codes

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

#c749da Text Font Color

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

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


#c749da Background Color

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

This div background color is #c749da


#c749da Border Color

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

This div border color is #c749da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c749da


Comments

No comments written yet.

Please login to write comment.