Color Hex Logo

#c749fc Color Hex

#C749FC
(199,73,252)
0 Favorites   0 Comments

Color spaces of #c749fc

RGB 19973252
HSL0.780.970.64
HSV282°71°99°
CMYK 0.210.710.00   0.01
XYZ43.506423.935594.4224
Yxy23.93550.26880.1479
Hunter Lab48.923973.1172-80.1820
CIE-Lab56.023274.8931-66.5445

#c749fc color RGB value is (199,73,252).

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

The process color (four color CMYK) of #c749fc color hex is 0.21, 0.71, 0.00, 0.01. Web safe color of #c749fc is #cc33ff. Color #c749fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 11111100
Octal 307 111 374
Decimal 199 73 252
Hex C7 49 FC

RGB Percentages of Color #c749fc

%37.98
%13.93
%48.09

CMYK Percentages of Color #c749fc

%21
%71
%0
%1

Triadic Colors of #c749fc

#c749fc #fcc749 #49fcc7

Analogous Colors of #c749fc

#c749fc #fc49d8 #6e49fc

Monochromatic Colors of #c749fc

#c749fc

Complementary Color

#c749fc #7efc49

#c749fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c749fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c749fc Color CSS Codes

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

#c749fc Text Font Color

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

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


#c749fc Background Color

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

This div background color is #c749fc


#c749fc Border Color

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

This div border color is #c749fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c749fc


Comments

No comments written yet.

Please login to write comment.