Color Hex Logo

#c64eb7 Color Hex

#C64EB7
(198,78,183)
0 Favorites   0 Comments

Color spaces of #c64eb7

RGB 19878183
HSL0.850.510.54
HSV308°61°78°
CMYK 0.000.610.08   0.22
XYZ34.560320.873447.0072
Yxy20.87340.33740.2038
Hunter Lab45.687455.0736-29.0215
CIE-Lab52.810760.2775-32.5190

#c64eb7 color RGB value is (198,78,183).

#c64eb7 hex color red value is 198, green value is 78 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #c64eb7 hue: 0.85 , saturation: 0.51 and the lightness value of c64eb7 is 0.54.

The process color (four color CMYK) of #c64eb7 color hex is 0.00, 0.61, 0.08, 0.22. Web safe color of #c64eb7 is #cc66cc. Color #c64eb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001110 10110111
Octal 306 116 267
Decimal 198 78 183
Hex C6 4E B7

RGB Percentages of Color #c64eb7

%43.14
%16.99
%39.87

CMYK Percentages of Color #c64eb7

%0
%61
%8
%22

Triadic Colors of #c64eb7

#c64eb7 #b7c64e #4eb7c6

Analogous Colors of #c64eb7

#c64eb7 #c64e7b #994ec6

Monochromatic Colors of #c64eb7

#c64eb7

Complementary Color

#c64eb7 #4ec65d

#c64eb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64eb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64eb7 Color CSS Codes

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

#c64eb7 Text Font Color

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

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


#c64eb7 Background Color

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

This div background color is #c64eb7


#c64eb7 Border Color

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

This div border color is #c64eb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64eb7


Comments

No comments written yet.

Please login to write comment.