Color Hex Logo

#c75ed8 Color Hex

#C75ED8
(199,94,216)
0 Favorites   0 Comments

Color spaces of #c75ed8

RGB 19994216
HSL0.810.610.61
HSV292°56°85°
CMYK 0.080.560.00   0.15
XYZ39.950625.105467.7059
Yxy25.10540.30090.1891
Hunter Lab50.105354.6397-45.0432
CIE-Lab57.178059.1178-44.5384

#c75ed8 color RGB value is (199,94,216).

#c75ed8 hex color red value is 199, green value is 94 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #c75ed8 hue: 0.81 , saturation: 0.61 and the lightness value of c75ed8 is 0.61.

The process color (four color CMYK) of #c75ed8 color hex is 0.08, 0.56, 0.00, 0.15. Web safe color of #c75ed8 is #cc66cc. Color #c75ed8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011110 11011000
Octal 307 136 330
Decimal 199 94 216
Hex C7 5E D8

RGB Percentages of Color #c75ed8

%39.10
%18.47
%42.44

CMYK Percentages of Color #c75ed8

%8
%56
%0
%15

Triadic Colors of #c75ed8

#c75ed8 #d8c75e #5ed8c7

Analogous Colors of #c75ed8

#c75ed8 #d85eac #8a5ed8

Monochromatic Colors of #c75ed8

#c75ed8

Complementary Color

#c75ed8 #6fd85e

#c75ed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75ed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75ed8 Color CSS Codes

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

#c75ed8 Text Font Color

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

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


#c75ed8 Background Color

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

This div background color is #c75ed8


#c75ed8 Border Color

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

This div border color is #c75ed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75ed8


Comments

No comments written yet.

Please login to write comment.