color codes Logo

#c69ece color codes

#C69ECE
(198,158,206)
0 Favorites   0 Comments

Color spaces of #c69ece

RGB 198158206
HSL0.810.330.71
HSV290°23°81°
CMYK 0.040.230.00   0.19
XYZ46.656140.915763.8310
Yxy40.91570.30820.2702
Hunter Lab63.965418.2578-14.3897
CIE-Lab70.116823.2278-18.9093

#c69ece color RGB value is (198,158,206).

#c69ece hex color red value is 198, green value is 158 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c69ece hue: 0.81 , saturation: 0.33 and the lightness value of c69ece is 0.71.

The process color (four color CMYK) of #c69ece color code is 0.04, 0.23, 0.00, 0.19. Web safe color of #c69ece is #cc99cc. Color #c69ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011110 11001110
Octal 306 236 316
Decimal 198 158 206
Hex C6 9E CE

RGB Percentages of Color #c69ece

%35.23
%28.11
%36.65

CMYK Percentages of Color #c69ece

%4
%23
%0
%19

Triadic Colors of #c69ece

#c69ece #cec69e #9ecec6

Analogous Colors of #c69ece

#c69ece #ce9ebe #ae9ece

Monochromatic Colors of #c69ece

#c69ece

Complementary Color

#c69ece #a6ce9e

#c69ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69ece Color CSS Codes

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

#c69ece Text Font Color

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

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


#c69ece Background Color

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

This div background color is #c69ece


#c69ece Border Color

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

This div border color is #c69ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69ece


Comments

No comments written yet.

Please login to write comment.