Color Hex Logo

#c75ced Color Hex

#C75CED
(199,92,237)
0 Favorites   0 Comments

Color spaces of #c75ced

RGB 19992237
HSL0.790.800.65
HSV284°61°93°
CMYK 0.160.610.00   0.07
XYZ42.666425.910882.8733
Yxy25.91080.28170.1711
Hunter Lab50.902760.5383-60.8967
CIE-Lab57.952364.0818-55.1020

#c75ced color RGB value is (199,92,237).

#c75ced hex color red value is 199, green value is 92 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c75ced hue: 0.79 , saturation: 0.80 and the lightness value of c75ced is 0.65.

The process color (four color CMYK) of #c75ced color hex is 0.16, 0.61, 0.00, 0.07. Web safe color of #c75ced is #cc66ff. Color #c75ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011100 11101101
Octal 307 134 355
Decimal 199 92 237
Hex C7 5C ED

RGB Percentages of Color #c75ced

%37.69
%17.42
%44.89

CMYK Percentages of Color #c75ced

%16
%61
%0
%7

Triadic Colors of #c75ced

#c75ced #edc75c #5cedc7

Analogous Colors of #c75ced

#c75ced #ed5ccb #7f5ced

Monochromatic Colors of #c75ced

#c75ced

Complementary Color

#c75ced #82ed5c

#c75ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75ced Color CSS Codes

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

#c75ced Text Font Color

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

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


#c75ced Background Color

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

This div background color is #c75ced


#c75ced Border Color

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

This div border color is #c75ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75ced


Comments

No comments written yet.

Please login to write comment.