Color Hex Logo

#c749ea Color Hex

#C749EA
(199,73,234)
0 Favorites   0 Comments

Color spaces of #c749ea

RGB 19973234
HSL0.800.790.60
HSV287°69°92°
CMYK 0.150.690.00   0.08
XYZ40.787022.847780.1022
Yxy22.84770.28380.1590
Hunter Lab47.799368.6649-65.8989
CIE-Lab54.915171.4672-58.2800

#c749ea color RGB value is (199,73,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 11101010
Octal 307 111 352
Decimal 199 73 234
Hex C7 49 EA

RGB Percentages of Color #c749ea

%39.33
%14.43
%46.25

CMYK Percentages of Color #c749ea

%15
%69
%0
%8

Triadic Colors of #c749ea

#c749ea #eac749 #49eac7

Analogous Colors of #c749ea

#c749ea #ea49bd #7749ea

Monochromatic Colors of #c749ea

#c749ea

Complementary Color

#c749ea #6cea49

#c749ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c749ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c749ea Color CSS Codes

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

#c749ea Text Font Color

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

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


#c749ea Background Color

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

This div background color is #c749ea


#c749ea Border Color

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

This div border color is #c749ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c749ea


Comments

No comments written yet.

Please login to write comment.