Color Hex Logo

#c65cc7 Color Hex

#C65CC7
(198,92,199)
0 Favorites   0 Comments

Color spaces of #c65cc7

RGB 19892199
HSL0.830.490.57
HSV299°54°78°
CMYK 0.010.540.00   0.22
XYZ37.424723.783656.6510
Yxy23.78360.31750.2018
Hunter Lab48.768451.6354-34.7353
CIE-Lab55.870556.6876-36.9446

#c65cc7 color RGB value is (198,92,199).

#c65cc7 hex color red value is 198, green value is 92 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #c65cc7 hue: 0.83 , saturation: 0.49 and the lightness value of c65cc7 is 0.57.

The process color (four color CMYK) of #c65cc7 color hex is 0.01, 0.54, 0.00, 0.22. Web safe color of #c65cc7 is #cc66cc. Color #c65cc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011100 11000111
Octal 306 134 307
Decimal 198 92 199
Hex C6 5C C7

RGB Percentages of Color #c65cc7

%40.49
%18.81
%40.70

CMYK Percentages of Color #c65cc7

%1
%54
%0
%22

Triadic Colors of #c65cc7

#c65cc7 #c7c65c #5cc7c6

Analogous Colors of #c65cc7

#c65cc7 #c75c93 #915cc7

Monochromatic Colors of #c65cc7

#c65cc7

Complementary Color

#c65cc7 #5dc75c

#c65cc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65cc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65cc7 Color CSS Codes

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

#c65cc7 Text Font Color

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

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


#c65cc7 Background Color

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

This div background color is #c65cc7


#c65cc7 Border Color

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

This div border color is #c65cc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65cc7


Comments

No comments written yet.

Please login to write comment.