Color Hex Logo

#c28ddd Color Hex

#C28DDD
(194,141,221)
0 Favorites   0 Comments

Color spaces of #c28ddd

RGB 194141221
HSL0.780.540.71
HSV280°36°87°
CMYK 0.120.360.00   0.13
XYZ44.824235.739572.9425
Yxy35.73950.29200.2328
Hunter Lab59.782529.2177-30.4938
CIE-Lab66.320434.3604-33.0678

#c28ddd color RGB value is (194,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001101 11011101
Octal 302 215 335
Decimal 194 141 221
Hex C2 8D DD

RGB Percentages of Color #c28ddd

%34.89
%25.36
%39.75

CMYK Percentages of Color #c28ddd

%12
%36
%0
%13

Triadic Colors of #c28ddd

#c28ddd #ddc28d #8dddc2

Analogous Colors of #c28ddd

#c28ddd #dd8dd0 #9a8ddd

Monochromatic Colors of #c28ddd

#c28ddd

Complementary Color

#c28ddd #a8dd8d

#c28ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28ddd Color CSS Codes

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

#c28ddd Text Font Color

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

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


#c28ddd Background Color

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

This div background color is #c28ddd


#c28ddd Border Color

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

This div border color is #c28ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28ddd


Comments

No comments written yet.

Please login to write comment.