Color Hex Logo

#c28abd Color Hex

#C28ABD
(194,138,189)
0 Favorites   0 Comments

Color spaces of #c28abd

RGB 194138189
HSL0.850.310.65
HSV305°29°76°
CMYK 0.000.290.03   0.24
XYZ40.521933.320452.4399
Yxy33.32040.32090.2639
Hunter Lab57.723824.2896-13.4560
CIE-Lab64.419529.6812-18.1160

#c28abd color RGB value is (194,138,189).

#c28abd hex color red value is 194, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c28abd hue: 0.85 , saturation: 0.31 and the lightness value of c28abd is 0.65.

The process color (four color CMYK) of #c28abd color hex is 0.00, 0.29, 0.03, 0.24. Web safe color of #c28abd is #cc99cc. Color #c28abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001010 10111101
Octal 302 212 275
Decimal 194 138 189
Hex C2 8A BD

RGB Percentages of Color #c28abd

%37.24
%26.49
%36.28

CMYK Percentages of Color #c28abd

%0
%29
%3
%24

Triadic Colors of #c28abd

#c28abd #bdc28a #8abdc2

Analogous Colors of #c28abd

#c28abd #c28aa1 #ab8ac2

Monochromatic Colors of #c28abd

#c28abd

Complementary Color

#c28abd #8ac28f

#c28abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28abd Color CSS Codes

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

#c28abd Text Font Color

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

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


#c28abd Background Color

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

This div background color is #c28abd


#c28abd Border Color

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

This div border color is #c28abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28abd


Comments

No comments written yet.

Please login to write comment.