Color Hex Logo

#c45deb Color Hex

#C45DEB
(196,93,235)
0 Favorites   0 Comments

Color spaces of #c45deb

RGB 19693235
HSL0.790.780.64
HSV284°60°92°
CMYK 0.170.600.00   0.08
XYZ41.674725.562681.3348
Yxy25.56260.28050.1721
Hunter Lab50.559558.6533-59.9879
CIE-Lab57.619562.5267-54.5386

#c45deb color RGB value is (196,93,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011101 11101011
Octal 304 135 353
Decimal 196 93 235
Hex C4 5D EB

RGB Percentages of Color #c45deb

%37.40
%17.75
%44.85

CMYK Percentages of Color #c45deb

%17
%60
%0
%8

Triadic Colors of #c45deb

#c45deb #ebc45d #5debc4

Analogous Colors of #c45deb

#c45deb #eb5dcb #7d5deb

Monochromatic Colors of #c45deb

#c45deb

Complementary Color

#c45deb #84eb5d

#c45deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45deb Color CSS Codes

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

#c45deb Text Font Color

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

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


#c45deb Background Color

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

This div background color is #c45deb


#c45deb Border Color

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

This div border color is #c45deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,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 #c45deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45deb


Comments

No comments written yet.

Please login to write comment.