Color Hex Logo

#c28cde Color Hex

#C28CDE
(194,140,222)
0 Favorites   0 Comments

Color spaces of #c28cde

RGB 194140222
HSL0.780.550.71
HSV280°37°87°
CMYK 0.130.370.00   0.13
XYZ44.811035.499473.5975
Yxy35.49940.29120.2307
Hunter Lab59.581429.9820-31.5306
CIE-Lab66.135635.1186-33.9086

#c28cde color RGB value is (194,140,222).

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

The process color (four color CMYK) of #c28cde color hex is 0.13, 0.37, 0.00, 0.13. Web safe color of #c28cde is #cc99cc. Color #c28cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001100 11011110
Octal 302 214 336
Decimal 194 140 222
Hex C2 8C DE

RGB Percentages of Color #c28cde

%34.89
%25.18
%39.93

CMYK Percentages of Color #c28cde

%13
%37
%0
%13

Triadic Colors of #c28cde

#c28cde #dec28c #8cdec2

Analogous Colors of #c28cde

#c28cde #de8cd1 #998cde

Monochromatic Colors of #c28cde

#c28cde

Complementary Color

#c28cde #a8de8c

#c28cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28cde Color CSS Codes

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

#c28cde Text Font Color

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

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


#c28cde Background Color

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

This div background color is #c28cde


#c28cde Border Color

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

This div border color is #c28cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28cde


Comments

No comments written yet.

Please login to write comment.