Color Hex Logo

#c75fce Color Hex

#C75FCE
(199,95,206)
0 Favorites   0 Comments

Color spaces of #c75fce

RGB 19995206
HSL0.820.530.59
HSV296°54°81°
CMYK 0.030.540.00   0.19
XYZ38.786024.782861.1318
Yxy24.78280.31100.1987
Hunter Lab49.782351.9524-37.9594
CIE-Lab56.863256.7993-39.3669

#c75fce color RGB value is (199,95,206).

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

The process color (four color CMYK) of #c75fce color hex is 0.03, 0.54, 0.00, 0.19. Web safe color of #c75fce is #cc66cc. Color #c75fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011111 11001110
Octal 307 137 316
Decimal 199 95 206
Hex C7 5F CE

RGB Percentages of Color #c75fce

%39.80
%19.00
%41.20

CMYK Percentages of Color #c75fce

%3
%54
%0
%19

Triadic Colors of #c75fce

#c75fce #cec75f #5fcec7

Analogous Colors of #c75fce

#c75fce #ce5f9e #905fce

Monochromatic Colors of #c75fce

#c75fce

Complementary Color

#c75fce #66ce5f

#c75fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75fce Color CSS Codes

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

#c75fce Text Font Color

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

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


#c75fce Background Color

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

This div background color is #c75fce


#c75fce Border Color

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

This div border color is #c75fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75fce


Comments

No comments written yet.

Please login to write comment.