Color Hex Logo

#c64ceb Color Hex

#C64CEB
(198,76,235)
0 Favorites   0 Comments

Color spaces of #c64ceb

RGB 19876235
HSL0.790.800.61
HSV286°68°92°
CMYK 0.160.680.00   0.08
XYZ40.868523.172880.9161
Yxy23.17280.28190.1599
Hunter Lab48.138167.3019-65.9647
CIE-Lab55.249970.2753-58.3123

#c64ceb color RGB value is (198,76,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001100 11101011
Octal 306 114 353
Decimal 198 76 235
Hex C6 4C EB

RGB Percentages of Color #c64ceb

%38.90
%14.93
%46.17

CMYK Percentages of Color #c64ceb

%16
%68
%0
%8

Triadic Colors of #c64ceb

#c64ceb #ebc64c #4cebc6

Analogous Colors of #c64ceb

#c64ceb #eb4cc1 #774ceb

Monochromatic Colors of #c64ceb

#c64ceb

Complementary Color

#c64ceb #71eb4c

#c64ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64ceb Color CSS Codes

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

#c64ceb Text Font Color

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

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


#c64ceb Background Color

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

This div background color is #c64ceb


#c64ceb Border Color

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

This div border color is #c64ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64ceb


Comments

No comments written yet.

Please login to write comment.