Color Hex Logo

#c464cf Color Hex

#C464CF
(196,100,207)
0 Favorites   0 Comments

Color spaces of #c464cf

RGB 196100207
HSL0.820.530.60
HSV294°52°81°
CMYK 0.050.520.00   0.19
XYZ38.584625.355161.8919
Yxy25.35510.30660.2015
Hunter Lab50.353848.6598-37.6280
CIE-Lab57.419853.7571-39.0882

#c464cf color RGB value is (196,100,207).

#c464cf hex color red value is 196, green value is 100 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c464cf hue: 0.82 , saturation: 0.53 and the lightness value of c464cf is 0.60.

The process color (four color CMYK) of #c464cf color hex is 0.05, 0.52, 0.00, 0.19. Web safe color of #c464cf is #cc66cc. Color #c464cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100100 11001111
Octal 304 144 317
Decimal 196 100 207
Hex C4 64 CF

RGB Percentages of Color #c464cf

%38.97
%19.88
%41.15

CMYK Percentages of Color #c464cf

%5
%52
%0
%19

Triadic Colors of #c464cf

#c464cf #cfc464 #64cfc4

Analogous Colors of #c464cf

#c464cf #cf64a5 #8f64cf

Monochromatic Colors of #c464cf

#c464cf

Complementary Color

#c464cf #6fcf64

#c464cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c464cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c464cf Color CSS Codes

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

#c464cf Text Font Color

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

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


#c464cf Background Color

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

This div background color is #c464cf


#c464cf Border Color

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

This div border color is #c464cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,100,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c464cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c464cf;
  -webkit-box-shadow: 1px 1px 3px 2px #c464cf;
  box-shadow:         1px 1px 3px 2px #c464cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,100,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c464cf


Comments

No comments written yet.

Please login to write comment.