Color Hex Logo

#c65fa6 Color Hex

#C65FA6
(198,95,166)
0 Favorites   0 Comments

Color spaces of #c65fa6

RGB 19895166
HSL0.890.470.57
HSV319°52°78°
CMYK 0.000.520.16   0.22
XYZ34.263822.943438.6990
Yxy22.94340.35730.2392
Hunter Lab47.899343.8627-14.3724
CIE-Lab55.014049.7569-19.2316

#c65fa6 color RGB value is (198,95,166).

#c65fa6 hex color red value is 198, green value is 95 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #c65fa6 hue: 0.89 , saturation: 0.47 and the lightness value of c65fa6 is 0.57.

The process color (four color CMYK) of #c65fa6 color hex is 0.00, 0.52, 0.16, 0.22. Web safe color of #c65fa6 is #cc6699. Color #c65fa6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011111 10100110
Octal 306 137 246
Decimal 198 95 166
Hex C6 5F A6

RGB Percentages of Color #c65fa6

%43.14
%20.70
%36.17

CMYK Percentages of Color #c65fa6

%0
%52
%16
%22

Triadic Colors of #c65fa6

#c65fa6 #a6c65f #5fa6c6

Analogous Colors of #c65fa6

#c65fa6 #c65f73 #b35fc6

Monochromatic Colors of #c65fa6

#c65fa6

Complementary Color

#c65fa6 #5fc67f

#c65fa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65fa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65fa6 Color CSS Codes

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

#c65fa6 Text Font Color

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

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


#c65fa6 Background Color

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

This div background color is #c65fa6


#c65fa6 Border Color

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

This div border color is #c65fa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65fa6


Comments

No comments written yet.

Please login to write comment.