Color Hex Logo

#c646ea Color Hex

#C646EA
(198,70,234)
0 Favorites   0 Comments

Color spaces of #c646ea

RGB 19870234
HSL0.800.800.60
HSV287°70°92°
CMYK 0.150.700.00   0.08
XYZ40.330122.326680.0257
Yxy22.32660.28270.1565
Hunter Lab47.251069.6655-67.3395
CIE-Lab54.371872.3954-59.1593

#c646ea color RGB value is (198,70,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000110 11101010
Octal 306 106 352
Decimal 198 70 234
Hex C6 46 EA

RGB Percentages of Color #c646ea

%39.44
%13.94
%46.61

CMYK Percentages of Color #c646ea

%15
%70
%0
%8

Triadic Colors of #c646ea

#c646ea #eac646 #46eac6

Analogous Colors of #c646ea

#c646ea #ea46bc #7446ea

Monochromatic Colors of #c646ea

#c646ea

Complementary Color

#c646ea #6aea46

#c646ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c646ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c646ea Color CSS Codes

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

#c646ea Text Font Color

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

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


#c646ea Background Color

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

This div background color is #c646ea


#c646ea Border Color

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

This div border color is #c646ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c646ea


Comments

No comments written yet.

Please login to write comment.