Color Hex Logo

#c75deb Color Hex

#C75DEB
(199,93,235)
0 Favorites   0 Comments

Color spaces of #c75deb

RGB 19993235
HSL0.790.780.64
HSV285°60°92°
CMYK 0.150.600.00   0.08
XYZ42.462925.969081.3717
Yxy25.96900.28350.1734
Hunter Lab50.959859.5578-59.0014
CIE-Lab58.007663.2337-53.8970

#c75deb color RGB value is (199,93,235).

#c75deb hex color red value is 199, green value is 93 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c75deb hue: 0.79 , saturation: 0.78 and the lightness value of c75deb is 0.64.

The process color (four color CMYK) of #c75deb color hex is 0.15, 0.60, 0.00, 0.08. Web safe color of #c75deb is #cc66ff. Color #c75deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011101 11101011
Octal 307 135 353
Decimal 199 93 235
Hex C7 5D EB

RGB Percentages of Color #c75deb

%37.76
%17.65
%44.59

CMYK Percentages of Color #c75deb

%15
%60
%0
%8

Triadic Colors of #c75deb

#c75deb #ebc75d #5debc7

Analogous Colors of #c75deb

#c75deb #eb5dc8 #805deb

Monochromatic Colors of #c75deb

#c75deb

Complementary Color

#c75deb #81eb5d

#c75deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75deb Color CSS Codes

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

#c75deb Text Font Color

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

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


#c75deb Background Color

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

This div background color is #c75deb


#c75deb Border Color

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

This div border color is #c75deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75deb


Comments

No comments written yet.

Please login to write comment.