Color Hex Logo

#c64edc Color Hex

#C64EDC
(198,78,220)
0 Favorites   0 Comments

Color spaces of #c64edc

RGB 19878220
HSL0.810.670.58
HSV291°65°86°
CMYK 0.100.650.00   0.14
XYZ38.931422.621970.0247
Yxy22.62190.29590.1719
Hunter Lab47.562562.8736-53.9970
CIE-Lab54.680766.6693-50.7710

#c64edc color RGB value is (198,78,220).

#c64edc hex color red value is 198, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c64edc hue: 0.81 , saturation: 0.67 and the lightness value of c64edc is 0.58.

The process color (four color CMYK) of #c64edc color hex is 0.10, 0.65, 0.00, 0.14. Web safe color of #c64edc is #cc66cc. Color #c64edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001110 11011100
Octal 306 116 334
Decimal 198 78 220
Hex C6 4E DC

RGB Percentages of Color #c64edc

%39.92
%15.73
%44.35

CMYK Percentages of Color #c64edc

%10
%65
%0
%14

Triadic Colors of #c64edc

#c64edc #dcc64e #4edcc6

Analogous Colors of #c64edc

#c64edc #dc4eab #7f4edc

Monochromatic Colors of #c64edc

#c64edc

Complementary Color

#c64edc #64dc4e

#c64edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64edc Color CSS Codes

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

#c64edc Text Font Color

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

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


#c64edc Background Color

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

This div background color is #c64edc


#c64edc Border Color

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

This div border color is #c64edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64edc


Comments

No comments written yet.

Please login to write comment.