Color Hex Logo

#c28fbd Color Hex

#C28FBD
(194,143,189)
0 Favorites   0 Comments

Color spaces of #c28fbd

RGB 194143189
HSL0.850.290.66
HSV306°26°76°
CMYK 0.000.260.03   0.24
XYZ41.255934.788452.6845
Yxy34.78840.32050.2702
Hunter Lab58.981721.6374-11.6727
CIE-Lab65.583626.9221-16.3524

#c28fbd color RGB value is (194,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001111 10111101
Octal 302 217 275
Decimal 194 143 189
Hex C2 8F BD

RGB Percentages of Color #c28fbd

%36.88
%27.19
%35.93

CMYK Percentages of Color #c28fbd

%0
%26
%3
%24

Triadic Colors of #c28fbd

#c28fbd #bdc28f #8fbdc2

Analogous Colors of #c28fbd

#c28fbd #c28fa4 #ae8fc2

Monochromatic Colors of #c28fbd

#c28fbd

Complementary Color

#c28fbd #8fc294

#c28fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28fbd Color CSS Codes

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

#c28fbd Text Font Color

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

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


#c28fbd Background Color

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

This div background color is #c28fbd


#c28fbd Border Color

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

This div border color is #c28fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,143,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 #c28fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28fbd


Comments

No comments written yet.

Please login to write comment.