Color Hex Logo

#c446eb Color Hex

#C446EB
(196,70,235)
0 Favorites   0 Comments

Color spaces of #c446eb

RGB 19670235
HSL0.790.800.60
HSV286°70°92°
CMYK 0.170.700.00   0.08
XYZ39.950522.114280.7601
Yxy22.11420.27970.1548
Hunter Lab47.025769.3488-68.9042
CIE-Lab54.148072.1779-60.0957

#c446eb color RGB value is (196,70,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000110 11101011
Octal 304 106 353
Decimal 196 70 235
Hex C4 46 EB

RGB Percentages of Color #c446eb

%39.12
%13.97
%46.91

CMYK Percentages of Color #c446eb

%17
%70
%0
%8

Triadic Colors of #c446eb

#c446eb #ebc446 #46ebc4

Analogous Colors of #c446eb

#c446eb #eb46c0 #7246eb

Monochromatic Colors of #c446eb

#c446eb

Complementary Color

#c446eb #6deb46

#c446eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c446eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c446eb Color CSS Codes

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

#c446eb Text Font Color

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

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


#c446eb Background Color

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

This div background color is #c446eb


#c446eb Border Color

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

This div border color is #c446eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c446eb


Comments

No comments written yet.

Please login to write comment.