Color Hex Logo

#c146ea Color Hex

#C146EA
(193,70,234)
0 Favorites   0 Comments

Color spaces of #c146ea

RGB 19370234
HSL0.790.800.60
HSV285°70°92°
CMYK 0.180.700.00   0.08
XYZ39.033821.658379.9651
Yxy21.65830.27750.1540
Hunter Lab46.538568.2732-69.2986
CIE-Lab53.662671.3832-60.3366

#c146ea color RGB value is (193,70,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000110 11101010
Octal 301 106 352
Decimal 193 70 234
Hex C1 46 EA

RGB Percentages of Color #c146ea

%38.83
%14.08
%47.08

CMYK Percentages of Color #c146ea

%18
%70
%0
%8

Triadic Colors of #c146ea

#c146ea #eac146 #46eac1

Analogous Colors of #c146ea

#c146ea #ea46c1 #6f46ea

Monochromatic Colors of #c146ea

#c146ea

Complementary Color

#c146ea #6fea46

#c146ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c146ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c146ea Color CSS Codes

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

#c146ea Text Font Color

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

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


#c146ea Background Color

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

This div background color is #c146ea


#c146ea Border Color

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

This div border color is #c146ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c146ea


Comments

No comments written yet.

Please login to write comment.