color codes Logo

#c749ff color codes

#C749FF
(199,73,255)
0 Favorites   0 Comments

Color spaces of #c749ff

RGB 19973255
HSL0.781.000.64
HSV282°71°100°
CMYK 0.220.710.00   0.00
XYZ43.985724.127296.9465
Yxy24.12720.26650.1462
Hunter Lab49.119473.8849-82.6364
CIE-Lab56.214975.4764-67.8984

#c749ff color RGB value is (199,73,255).

#c749ff hex color red value is 199, green value is 73 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c749ff hue: 0.78 , saturation: 1.00 and the lightness value of c749ff is 0.64.

The process color (four color CMYK) of #c749ff color code is 0.22, 0.71, 0.00, 0.00. Web safe color of #c749ff is #cc33ff. Color #c749ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 11111111
Octal 307 111 377
Decimal 199 73 255
Hex C7 49 FF

RGB Percentages of Color #c749ff

%37.76
%13.85
%48.39

CMYK Percentages of Color #c749ff

%22
%71
%0
%0

Triadic Colors of #c749ff

#c749ff #ffc749 #49ffc7

Analogous Colors of #c749ff

#c749ff #ff49dc #6c49ff

Monochromatic Colors of #c749ff

#c749ff

Complementary Color

#c749ff #81ff49

#c749ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c749ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c749ff Color CSS Codes

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

#c749ff Text Font Color

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

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


#c749ff Background Color

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

This div background color is #c749ff


#c749ff Border Color

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

This div border color is #c749ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c749ff

Related Colors


Comments

No comments written yet.

Please login to write comment.