Color Hex Logo

#c28cbe Color Hex

#C28CBE
(194,140,190)
0 Favorites   0 Comments

Color spaces of #c28cbe

RGB 194140190
HSL0.850.310.65
HSV304°28°76°
CMYK 0.000.280.02   0.24
XYZ40.920533.943253.1101
Yxy33.94320.31980.2652
Hunter Lab58.260823.4162-13.2658
CIE-Lab64.917528.7647-17.9225

#c28cbe color RGB value is (194,140,190).

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

The process color (four color CMYK) of #c28cbe color hex is 0.00, 0.28, 0.02, 0.24. Web safe color of #c28cbe is #cc99cc. Color #c28cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001100 10111110
Octal 302 214 276
Decimal 194 140 190
Hex C2 8C BE

RGB Percentages of Color #c28cbe

%37.02
%26.72
%36.26

CMYK Percentages of Color #c28cbe

%0
%28
%2
%24

Triadic Colors of #c28cbe

#c28cbe #bec28c #8cbec2

Analogous Colors of #c28cbe

#c28cbe #c28ca3 #ab8cc2

Monochromatic Colors of #c28cbe

#c28cbe

Complementary Color

#c28cbe #8cc290

#c28cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28cbe Color CSS Codes

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

#c28cbe Text Font Color

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

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


#c28cbe Background Color

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

This div background color is #c28cbe


#c28cbe Border Color

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

This div border color is #c28cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28cbe


Comments

No comments written yet.

Please login to write comment.