Color Hex Logo

#c28abc Color Hex

#C28ABC
(194,138,188)
0 Favorites   0 Comments

Color spaces of #c28abc

RGB 194138188
HSL0.850.310.65
HSV306°29°76°
CMYK 0.000.290.03   0.24
XYZ40.413733.277151.8700
Yxy33.27710.32190.2650
Hunter Lab57.686324.1020-12.9316
CIE-Lab64.384729.4961-17.6061

#c28abc color RGB value is (194,138,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001010 10111100
Octal 302 212 274
Decimal 194 138 188
Hex C2 8A BC

RGB Percentages of Color #c28abc

%37.31
%26.54
%36.15

CMYK Percentages of Color #c28abc

%0
%29
%3
%24

Triadic Colors of #c28abc

#c28abc #bcc28a #8abcc2

Analogous Colors of #c28abc

#c28abc #c28aa0 #ac8ac2

Monochromatic Colors of #c28abc

#c28abc

Complementary Color

#c28abc #8ac290

#c28abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28abc Color CSS Codes

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

#c28abc Text Font Color

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

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


#c28abc Background Color

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

This div background color is #c28abc


#c28abc Border Color

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

This div border color is #c28abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28abc


Comments

No comments written yet.

Please login to write comment.