Color Hex Logo

#c28ecd Color Hex

#C28ECD
(194,142,205)
0 Favorites   0 Comments

Color spaces of #c28ecd

RGB 194142205
HSL0.800.390.68
HSV290°31°80°
CMYK 0.050.310.00   0.20
XYZ42.940635.223162.2931
Yxy35.22310.30570.2508
Hunter Lab59.349125.2886-20.6868
CIE-Lab65.922030.5480-24.7865

#c28ecd color RGB value is (194,142,205).

#c28ecd hex color red value is 194, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c28ecd hue: 0.80 , saturation: 0.39 and the lightness value of c28ecd is 0.68.

The process color (four color CMYK) of #c28ecd color hex is 0.05, 0.31, 0.00, 0.20. Web safe color of #c28ecd is #cc99cc. Color #c28ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001110 11001101
Octal 302 216 315
Decimal 194 142 205
Hex C2 8E CD

RGB Percentages of Color #c28ecd

%35.86
%26.25
%37.89

CMYK Percentages of Color #c28ecd

%5
%31
%0
%20

Triadic Colors of #c28ecd

#c28ecd #cdc28e #8ecdc2

Analogous Colors of #c28ecd

#c28ecd #cd8eb9 #a38ecd

Monochromatic Colors of #c28ecd

#c28ecd

Complementary Color

#c28ecd #99cd8e

#c28ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28ecd Color CSS Codes

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

#c28ecd Text Font Color

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

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


#c28ecd Background Color

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

This div background color is #c28ecd


#c28ecd Border Color

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

This div border color is #c28ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28ecd


Comments

No comments written yet.

Please login to write comment.