Color Hex Logo

#c28cce Color Hex

#C28CCE
(194,140,206)
0 Favorites   0 Comments

Color spaces of #c28cce

RGB 194140206
HSL0.800.400.68
HSV289°32°81°
CMYK 0.060.320.00   0.19
XYZ42.766834.681762.8327
Yxy34.68170.30490.2472
Hunter Lab58.891226.5672-22.0344
CIE-Lab65.500131.8482-25.9919

#c28cce color RGB value is (194,140,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001100 11001110
Octal 302 214 316
Decimal 194 140 206
Hex C2 8C CE

RGB Percentages of Color #c28cce

%35.93
%25.93
%38.15

CMYK Percentages of Color #c28cce

%6
%32
%0
%19

Triadic Colors of #c28cce

#c28cce #cec28c #8ccec2

Analogous Colors of #c28cce

#c28cce #ce8cb9 #a18cce

Monochromatic Colors of #c28cce

#c28cce

Complementary Color

#c28cce #98ce8c

#c28cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28cce Color CSS Codes

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

#c28cce Text Font Color

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

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


#c28cce Background Color

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

This div background color is #c28cce


#c28cce Border Color

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

This div border color is #c28cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28cce


Comments

No comments written yet.

Please login to write comment.