Color Hex Logo

#c75fe6 Color Hex

#C75FE6
(199,95,230)
0 Favorites   0 Comments

Color spaces of #c75fe6

RGB 19995230
HSL0.800.730.64
HSV286°59°90°
CMYK 0.130.590.00   0.10
XYZ41.928326.039777.6792
Yxy26.03970.28790.1788
Hunter Lab51.029157.3644-54.5340
CIE-Lab58.074761.3336-50.9933

#c75fe6 color RGB value is (199,95,230).

#c75fe6 hex color red value is 199, green value is 95 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #c75fe6 hue: 0.80 , saturation: 0.73 and the lightness value of c75fe6 is 0.64.

The process color (four color CMYK) of #c75fe6 color hex is 0.13, 0.59, 0.00, 0.10. Web safe color of #c75fe6 is #cc66ff. Color #c75fe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011111 11100110
Octal 307 137 346
Decimal 199 95 230
Hex C7 5F E6

RGB Percentages of Color #c75fe6

%37.98
%18.13
%43.89

CMYK Percentages of Color #c75fe6

%13
%59
%0
%10

Triadic Colors of #c75fe6

#c75fe6 #e6c75f #5fe6c7

Analogous Colors of #c75fe6

#c75fe6 #e65fc2 #845fe6

Monochromatic Colors of #c75fe6

#c75fe6

Complementary Color

#c75fe6 #7ee65f

#c75fe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75fe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75fe6 Color CSS Codes

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

#c75fe6 Text Font Color

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

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


#c75fe6 Background Color

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

This div background color is #c75fe6


#c75fe6 Border Color

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

This div border color is #c75fe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75fe6


Comments

No comments written yet.

Please login to write comment.