Color Hex Logo

#c749eb Color Hex

#C749EB
(199,73,235)
0 Favorites   0 Comments

Color spaces of #c749eb

RGB 19973235
HSL0.800.800.60
HSV287°69°92°
CMYK 0.150.690.00   0.08
XYZ40.931122.905480.8611
Yxy22.90540.28290.1583
Hunter Lab47.859668.9048-66.6716
CIE-Lab54.974871.6537-58.7456

#c749eb color RGB value is (199,73,235).

#c749eb hex color red value is 199, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c749eb hue: 0.80 , saturation: 0.80 and the lightness value of c749eb is 0.60.

The process color (four color CMYK) of #c749eb color hex is 0.15, 0.69, 0.00, 0.08. Web safe color of #c749eb is #cc33ff. Color #c749eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 11101011
Octal 307 111 353
Decimal 199 73 235
Hex C7 49 EB

RGB Percentages of Color #c749eb

%39.25
%14.40
%46.35

CMYK Percentages of Color #c749eb

%15
%69
%0
%8

Triadic Colors of #c749eb

#c749eb #ebc749 #49ebc7

Analogous Colors of #c749eb

#c749eb #eb49be #7649eb

Monochromatic Colors of #c749eb

#c749eb

Complementary Color

#c749eb #6deb49

#c749eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c749eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c749eb Color CSS Codes

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

#c749eb Text Font Color

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

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


#c749eb Background Color

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

This div background color is #c749eb


#c749eb Border Color

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

This div border color is #c749eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c749eb


Comments

No comments written yet.

Please login to write comment.