Color Hex Logo

#c75ccf Color Hex

#C75CCF
(199,92,207)
0 Favorites   0 Comments

Color spaces of #c75ccf

RGB 19992207
HSL0.820.550.59
HSV296°56°81°
CMYK 0.040.560.00   0.19
XYZ38.642824.301461.6854
Yxy24.30140.31010.1950
Hunter Lab49.296553.6549-39.6830
CIE-Lab56.388358.3892-40.6822

#c75ccf color RGB value is (199,92,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011100 11001111
Octal 307 134 317
Decimal 199 92 207
Hex C7 5C CF

RGB Percentages of Color #c75ccf

%39.96
%18.47
%41.57

CMYK Percentages of Color #c75ccf

%4
%56
%0
%19

Triadic Colors of #c75ccf

#c75ccf #cfc75c #5ccfc7

Analogous Colors of #c75ccf

#c75ccf #cf5c9e #8e5ccf

Monochromatic Colors of #c75ccf

#c75ccf

Complementary Color

#c75ccf #64cf5c

#c75ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75ccf Color CSS Codes

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

#c75ccf Text Font Color

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

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


#c75ccf Background Color

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

This div background color is #c75ccf


#c75ccf Border Color

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

This div border color is #c75ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75ccf


Comments

No comments written yet.

Please login to write comment.