Color Hex Logo

#c64deb Color Hex

#C64DEB
(198,77,235)
0 Favorites   0 Comments

Color spaces of #c64deb

RGB 19877235
HSL0.790.800.61
HSV286°67°92°
CMYK 0.160.670.00   0.08
XYZ40.938023.311780.9392
Yxy23.31170.28200.1606
Hunter Lab48.282266.8546-65.5949
CIE-Lab55.392069.8767-58.0846

#c64deb color RGB value is (198,77,235).

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

The process color (four color CMYK) of #c64deb color hex is 0.16, 0.67, 0.00, 0.08. Web safe color of #c64deb is #cc66ff. Color #c64deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001101 11101011
Octal 306 115 353
Decimal 198 77 235
Hex C6 4D EB

RGB Percentages of Color #c64deb

%38.82
%15.10
%46.08

CMYK Percentages of Color #c64deb

%16
%67
%0
%8

Triadic Colors of #c64deb

#c64deb #ebc64d #4debc6

Analogous Colors of #c64deb

#c64deb #eb4dc1 #774deb

Monochromatic Colors of #c64deb

#c64deb

Complementary Color

#c64deb #72eb4d

#c64deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64deb Color CSS Codes

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

#c64deb Text Font Color

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

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


#c64deb Background Color

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

This div background color is #c64deb


#c64deb Border Color

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

This div border color is #c64deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64deb


Comments

No comments written yet.

Please login to write comment.