Color Hex Logo

#c28eeb Color Hex

#C28EEB
(194,142,235)
0 Favorites   0 Comments

Color spaces of #c28eeb

RGB 194142235
HSL0.760.700.74
HSV274°40°92°
CMYK 0.170.400.00   0.08
XYZ46.916536.813583.2302
Yxy36.81350.28100.2205
Hunter Lab60.674131.8461-38.8596
CIE-Lab67.136936.8048-39.5282

#c28eeb color RGB value is (194,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001110 11101011
Octal 302 216 353
Decimal 194 142 235
Hex C2 8E EB

RGB Percentages of Color #c28eeb

%33.98
%24.87
%41.16

CMYK Percentages of Color #c28eeb

%17
%40
%0
%8

Triadic Colors of #c28eeb

#c28eeb #ebc28e #8eebc2

Analogous Colors of #c28eeb

#c28eeb #eb8ee6 #948eeb

Monochromatic Colors of #c28eeb

#c28eeb

Complementary Color

#c28eeb #b7eb8e

#c28eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28eeb Color CSS Codes

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

#c28eeb Text Font Color

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

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


#c28eeb Background Color

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

This div background color is #c28eeb


#c28eeb Border Color

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

This div border color is #c28eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28eeb


Comments

No comments written yet.

Please login to write comment.