Color Hex Logo

#c64aeb Color Hex

#C64AEB
(198,74,235)
0 Favorites   0 Comments

Color spaces of #c64aeb

RGB 19874235
HSL0.800.800.61
HSV286°69°92°
CMYK 0.160.690.00   0.08
XYZ40.732922.901580.8708
Yxy22.90150.28190.1585
Hunter Lab47.855568.1857-66.6950
CIE-Lab54.970771.0607-58.7598

#c64aeb color RGB value is (198,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001010 11101011
Octal 306 112 353
Decimal 198 74 235
Hex C6 4A EB

RGB Percentages of Color #c64aeb

%39.05
%14.60
%46.35

CMYK Percentages of Color #c64aeb

%16
%69
%0
%8

Triadic Colors of #c64aeb

#c64aeb #ebc64a #4aebc6

Analogous Colors of #c64aeb

#c64aeb #eb4ac0 #764aeb

Monochromatic Colors of #c64aeb

#c64aeb

Complementary Color

#c64aeb #6feb4a

#c64aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64aeb Color CSS Codes

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

#c64aeb Text Font Color

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

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


#c64aeb Background Color

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

This div background color is #c64aeb


#c64aeb Border Color

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

This div border color is #c64aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64aeb


Comments

No comments written yet.

Please login to write comment.