Color Hex Logo

#c691df Color Hex

#C691DF
(198,145,223)
0 Favorites   0 Comments

Color spaces of #c691df

RGB 198145223
HSL0.780.550.72
HSV281°35°87°
CMYK 0.110.350.00   0.13
XYZ46.733437.584374.6034
Yxy37.58430.29410.2365
Hunter Lab61.306028.7844-29.2359
CIE-Lab67.713133.8063-31.9849

#c691df color RGB value is (198,145,223).

#c691df hex color red value is 198, green value is 145 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c691df hue: 0.78 , saturation: 0.55 and the lightness value of c691df is 0.72.

The process color (four color CMYK) of #c691df color hex is 0.11, 0.35, 0.00, 0.13. Web safe color of #c691df is #cc99cc. Color #c691df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010001 11011111
Octal 306 221 337
Decimal 198 145 223
Hex C6 91 DF

RGB Percentages of Color #c691df

%34.98
%25.62
%39.40

CMYK Percentages of Color #c691df

%11
%35
%0
%13

Triadic Colors of #c691df

#c691df #dfc691 #91dfc6

Analogous Colors of #c691df

#c691df #df91d1 #9f91df

Monochromatic Colors of #c691df

#c691df

Complementary Color

#c691df #aadf91

#c691df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c691df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c691df Color CSS Codes

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

#c691df Text Font Color

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

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


#c691df Background Color

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

This div background color is #c691df


#c691df Border Color

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

This div border color is #c691df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,145,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c691df


Comments

No comments written yet.

Please login to write comment.