Color Hex Logo

#c64ce1 Color Hex

#C64CE1
(198,76,225)
0 Favorites   0 Comments

Color spaces of #c64ce1

RGB 19876225
HSL0.800.710.59
HSV289°66°88°
CMYK 0.120.660.00   0.12
XYZ39.463822.610973.5185
Yxy22.61090.29100.1668
Hunter Lab47.550964.9279-58.3827
CIE-Lab54.669368.4037-53.6154

#c64ce1 color RGB value is (198,76,225).

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

The process color (four color CMYK) of #c64ce1 color hex is 0.12, 0.66, 0.00, 0.12. Web safe color of #c64ce1 is #cc33cc. Color #c64ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001100 11100001
Octal 306 114 341
Decimal 198 76 225
Hex C6 4C E1

RGB Percentages of Color #c64ce1

%39.68
%15.23
%45.09

CMYK Percentages of Color #c64ce1

%12
%66
%0
%12

Triadic Colors of #c64ce1

#c64ce1 #e1c64c #4ce1c6

Analogous Colors of #c64ce1

#c64ce1 #e14cb2 #7c4ce1

Monochromatic Colors of #c64ce1

#c64ce1

Complementary Color

#c64ce1 #67e14c

#c64ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64ce1 Color CSS Codes

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

#c64ce1 Text Font Color

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

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


#c64ce1 Background Color

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

This div background color is #c64ce1


#c64ce1 Border Color

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

This div border color is #c64ce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64ce1


Comments

No comments written yet.

Please login to write comment.