Color Hex Logo

#c65acf Color Hex

#C65ACF
(198,90,207)
0 Favorites   0 Comments

Color spaces of #c65acf

RGB 19890207
HSL0.820.550.58
HSV295°57°81°
CMYK 0.040.570.00   0.19
XYZ38.207423.823161.6160
Yxy23.82310.30900.1927
Hunter Lab48.808954.3134-40.6810
CIE-Lab55.910259.0534-41.4444

#c65acf color RGB value is (198,90,207).

#c65acf hex color red value is 198, green value is 90 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c65acf hue: 0.82 , saturation: 0.55 and the lightness value of c65acf is 0.58.

The process color (four color CMYK) of #c65acf color hex is 0.04, 0.57, 0.00, 0.19. Web safe color of #c65acf is #cc66cc. Color #c65acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011010 11001111
Octal 306 132 317
Decimal 198 90 207
Hex C6 5A CF

RGB Percentages of Color #c65acf

%40.00
%18.18
%41.82

CMYK Percentages of Color #c65acf

%4
%57
%0
%19

Triadic Colors of #c65acf

#c65acf #cfc65a #5acfc6

Analogous Colors of #c65acf

#c65acf #cf5a9e #8c5acf

Monochromatic Colors of #c65acf

#c65acf

Complementary Color

#c65acf #63cf5a

#c65acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65acf Color CSS Codes

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

#c65acf Text Font Color

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

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


#c65acf Background Color

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

This div background color is #c65acf


#c65acf Border Color

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

This div border color is #c65acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,90,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 #c65acf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65acf


Comments

No comments written yet.

Please login to write comment.