Color Hex Logo

#c746eb Color Hex

#C746EB
(199,70,235)
0 Favorites   0 Comments

Color spaces of #c746eb

RGB 19970235
HSL0.800.800.60
HSV287°70°92°
CMYK 0.150.700.00   0.08
XYZ40.738722.520680.7970
Yxy22.52060.28280.1563
Hunter Lab47.455970.1863-67.7263
CIE-Lab54.575172.7840-59.3869

#c746eb color RGB value is (199,70,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000110 11101011
Octal 307 106 353
Decimal 199 70 235
Hex C7 46 EB

RGB Percentages of Color #c746eb

%39.48
%13.89
%46.63

CMYK Percentages of Color #c746eb

%15
%70
%0
%8

Triadic Colors of #c746eb

#c746eb #ebc746 #46ebc7

Analogous Colors of #c746eb

#c746eb #eb46bd #7546eb

Monochromatic Colors of #c746eb

#c746eb

Complementary Color

#c746eb #6aeb46

#c746eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c746eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c746eb Color CSS Codes

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

#c746eb Text Font Color

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

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


#c746eb Background Color

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

This div background color is #c746eb


#c746eb Border Color

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

This div border color is #c746eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c746eb


Comments

No comments written yet.

Please login to write comment.