Color Hex Logo

#c28fce Color Hex

#C28FCE
(194,143,206)
0 Favorites   0 Comments

Color spaces of #c28fce

RGB 194143206
HSL0.800.390.68
HSV289°31°81°
CMYK 0.060.310.00   0.19
XYZ43.211235.570562.9808
Yxy35.57050.30480.2509
Hunter Lab59.641024.9553-20.8614
CIE-Lab66.190430.1951-24.9324

#c28fce color RGB value is (194,143,206).

#c28fce hex color red value is 194, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c28fce hue: 0.80 , saturation: 0.39 and the lightness value of c28fce is 0.68.

The process color (four color CMYK) of #c28fce color hex is 0.06, 0.31, 0.00, 0.19. Web safe color of #c28fce is #cc99cc. Color #c28fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001111 11001110
Octal 302 217 316
Decimal 194 143 206
Hex C2 8F CE

RGB Percentages of Color #c28fce

%35.73
%26.34
%37.94

CMYK Percentages of Color #c28fce

%6
%31
%0
%19

Triadic Colors of #c28fce

#c28fce #cec28f #8fcec2

Analogous Colors of #c28fce

#c28fce #ce8fbb #a38fce

Monochromatic Colors of #c28fce

#c28fce

Complementary Color

#c28fce #9bce8f

#c28fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28fce Color CSS Codes

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

#c28fce Text Font Color

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

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


#c28fce Background Color

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

This div background color is #c28fce


#c28fce Border Color

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

This div border color is #c28fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28fce


Comments

No comments written yet.

Please login to write comment.