Color Hex Logo

#c28ceb Color Hex

#C28CEB
(194,140,235)
0 Favorites   0 Comments

Color spaces of #c28ceb

RGB 194140235
HSL0.760.700.74
HSV274°40°92°
CMYK 0.170.400.00   0.08
XYZ46.621636.223783.1319
Yxy36.22370.28090.2182
Hunter Lab60.186132.9446-39.7638
CIE-Lab66.690537.8992-40.2258

#c28ceb color RGB value is (194,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001100 11101011
Octal 302 214 353
Decimal 194 140 235
Hex C2 8C EB

RGB Percentages of Color #c28ceb

%34.09
%24.60
%41.30

CMYK Percentages of Color #c28ceb

%17
%40
%0
%8

Triadic Colors of #c28ceb

#c28ceb #ebc28c #8cebc2

Analogous Colors of #c28ceb

#c28ceb #eb8ce5 #938ceb

Monochromatic Colors of #c28ceb

#c28ceb

Complementary Color

#c28ceb #b5eb8c

#c28ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28ceb Color CSS Codes

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

#c28ceb Text Font Color

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

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


#c28ceb Background Color

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

This div background color is #c28ceb


#c28ceb Border Color

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

This div border color is #c28ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28ceb


Comments

No comments written yet.

Please login to write comment.