Color Hex Logo

#c28eda Color Hex

#C28EDA
(194,142,218)
0 Favorites   0 Comments

Color spaces of #c28eda

RGB 194142218
HSL0.780.510.71
HSV281°35°85°
CMYK 0.110.350.00   0.15
XYZ44.576035.877370.9053
Yxy35.87730.29450.2370
Hunter Lab59.897728.0193-28.2576
CIE-Lab66.426133.1853-31.2410

#c28eda color RGB value is (194,142,218).

#c28eda hex color red value is 194, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c28eda hue: 0.78 , saturation: 0.51 and the lightness value of c28eda is 0.71.

The process color (four color CMYK) of #c28eda color hex is 0.11, 0.35, 0.00, 0.15. Web safe color of #c28eda is #cc99cc. Color #c28eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001110 11011010
Octal 302 216 332
Decimal 194 142 218
Hex C2 8E DA

RGB Percentages of Color #c28eda

%35.02
%25.63
%39.35

CMYK Percentages of Color #c28eda

%11
%35
%0
%15

Triadic Colors of #c28eda

#c28eda #dac28e #8edac2

Analogous Colors of #c28eda

#c28eda #da8ecc #9c8eda

Monochromatic Colors of #c28eda

#c28eda

Complementary Color

#c28eda #a6da8e

#c28eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28eda Color CSS Codes

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

#c28eda Text Font Color

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

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


#c28eda Background Color

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

This div background color is #c28eda


#c28eda Border Color

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

This div border color is #c28eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,142,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28eda


Comments

No comments written yet.

Please login to write comment.