Color Hex Logo

#c965df Color Hex

#C965DF
(201,101,223)
0 Favorites   0 Comments

Color spaces of #c965df

RGB 201101223
HSL0.800.660.64
HSV289°55°87°
CMYK 0.100.550.00   0.13
XYZ42.060427.052672.8169
Yxy27.05260.29630.1906
Hunter Lab52.012153.3256-46.5975
CIE-Lab59.023057.6456-45.5490

#c965df color RGB value is (201,101,223).

#c965df hex color red value is 201, green value is 101 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c965df hue: 0.80 , saturation: 0.66 and the lightness value of c965df is 0.64.

The process color (four color CMYK) of #c965df color hex is 0.10, 0.55, 0.00, 0.13. Web safe color of #c965df is #cc66cc. Color #c965df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 11011111
Octal 311 145 337
Decimal 201 101 223
Hex C9 65 DF

RGB Percentages of Color #c965df

%38.29
%19.24
%42.48

CMYK Percentages of Color #c965df

%10
%55
%0
%13

Triadic Colors of #c965df

#c965df #dfc965 #65dfc9

Analogous Colors of #c965df

#c965df #df65b8 #8c65df

Monochromatic Colors of #c965df

#c965df

Complementary Color

#c965df #7bdf65

#c965df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c965df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c965df Color CSS Codes

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

#c965df Text Font Color

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

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


#c965df Background Color

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

This div background color is #c965df


#c965df Border Color

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

This div border color is #c965df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c965df


Comments

No comments written yet.

Please login to write comment.