Color Hex Logo

#c28deb Color Hex

#C28DEB
(194,141,235)
0 Favorites   0 Comments

Color spaces of #c28deb

RGB 194141235
HSL0.760.700.74
HSV274°40°92°
CMYK 0.170.400.00   0.08
XYZ46.768436.517283.1808
Yxy36.51720.28090.2194
Hunter Lab60.429532.3956-39.3117
CIE-Lab66.913237.3526-39.8777

#c28deb color RGB value is (194,141,235).

#c28deb hex color red value is 194, green value is 141 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c28deb hue: 0.76 , saturation: 0.70 and the lightness value of c28deb is 0.74.

The process color (four color CMYK) of #c28deb color hex is 0.17, 0.40, 0.00, 0.08. Web safe color of #c28deb is #cc99ff. Color #c28deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001101 11101011
Octal 302 215 353
Decimal 194 141 235
Hex C2 8D EB

RGB Percentages of Color #c28deb

%34.04
%24.74
%41.23

CMYK Percentages of Color #c28deb

%17
%40
%0
%8

Triadic Colors of #c28deb

#c28deb #ebc28d #8debc2

Analogous Colors of #c28deb

#c28deb #eb8de5 #938deb

Monochromatic Colors of #c28deb

#c28deb

Complementary Color

#c28deb #b6eb8d

#c28deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28deb Color CSS Codes

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

#c28deb Text Font Color

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

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


#c28deb Background Color

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

This div background color is #c28deb


#c28deb Border Color

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

This div border color is #c28deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28deb


Comments

No comments written yet.

Please login to write comment.