Color Hex Logo

#c749dc Color Hex

#C749DC
(199,73,220)
0 Favorites   0 Comments

Color spaces of #c749dc

RGB 19973220
HSL0.810.680.57
HSV291°67°86°
CMYK 0.100.670.00   0.14
XYZ38.854022.074569.9231
Yxy22.07450.29690.1687
Hunter Lab46.983565.3932-55.3498
CIE-Lab54.106068.9005-51.6784

#c749dc color RGB value is (199,73,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 11011100
Octal 307 111 334
Decimal 199 73 220
Hex C7 49 DC

RGB Percentages of Color #c749dc

%40.45
%14.84
%44.72

CMYK Percentages of Color #c749dc

%10
%67
%0
%14

Triadic Colors of #c749dc

#c749dc #dcc749 #49dcc7

Analogous Colors of #c749dc

#c749dc #dc49a8 #7e49dc

Monochromatic Colors of #c749dc

#c749dc

Complementary Color

#c749dc #5edc49

#c749dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c749dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c749dc Color CSS Codes

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

#c749dc Text Font Color

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

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


#c749dc Background Color

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

This div background color is #c749dc


#c749dc Border Color

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

This div border color is #c749dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c749dc


Comments

No comments written yet.

Please login to write comment.