Color Hex Logo

#c64aed Color Hex

#C64AED
(198,74,237)
0 Favorites   0 Comments

Color spaces of #c64aed

RGB 19874237
HSL0.790.820.61
HSV286°69°93°
CMYK 0.160.690.00   0.07
XYZ41.023523.017882.4015
Yxy23.01780.28010.1572
Hunter Lab47.976968.6702-68.2483
CIE-Lab55.090771.4381-59.6886

#c64aed color RGB value is (198,74,237).

#c64aed hex color red value is 198, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c64aed hue: 0.79 , saturation: 0.82 and the lightness value of c64aed is 0.61.

The process color (four color CMYK) of #c64aed color hex is 0.16, 0.69, 0.00, 0.07. Web safe color of #c64aed is #cc33ff. Color #c64aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001010 11101101
Octal 306 112 355
Decimal 198 74 237
Hex C6 4A ED

RGB Percentages of Color #c64aed

%38.90
%14.54
%46.56

CMYK Percentages of Color #c64aed

%16
%69
%0
%7

Triadic Colors of #c64aed

#c64aed #edc64a #4aedc6

Analogous Colors of #c64aed

#c64aed #ed4ac3 #754aed

Monochromatic Colors of #c64aed

#c64aed

Complementary Color

#c64aed #71ed4a

#c64aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64aed Color CSS Codes

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

#c64aed Text Font Color

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

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


#c64aed Background Color

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

This div background color is #c64aed


#c64aed Border Color

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

This div border color is #c64aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,74,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64aed


Comments

No comments written yet.

Please login to write comment.