Color Hex Logo

#c965ba Color Hex

#C965BA
(201,101,186)
0 Favorites   0 Comments

Color spaces of #c965ba

RGB 201101186
HSL0.860.480.59
HSV309°50°79°
CMYK 0.000.500.07   0.21
XYZ37.604025.270049.3500
Yxy25.27000.33510.2252
Hunter Lab50.269345.5559-23.0173
CIE-Lab57.337650.9483-27.1846

#c965ba color RGB value is (201,101,186).

#c965ba hex color red value is 201, green value is 101 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c965ba hue: 0.86 , saturation: 0.48 and the lightness value of c965ba is 0.59.

The process color (four color CMYK) of #c965ba color hex is 0.00, 0.50, 0.07, 0.21. Web safe color of #c965ba is #cc66cc. Color #c965ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 10111010
Octal 311 145 272
Decimal 201 101 186
Hex C9 65 BA

RGB Percentages of Color #c965ba

%41.19
%20.70
%38.11

CMYK Percentages of Color #c965ba

%0
%50
%7
%21

Triadic Colors of #c965ba

#c965ba #bac965 #65bac9

Analogous Colors of #c965ba

#c965ba #c96588 #a665c9

Monochromatic Colors of #c965ba

#c965ba

Complementary Color

#c965ba #65c974

#c965ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c965ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c965ba Color CSS Codes

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

#c965ba Text Font Color

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

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


#c965ba Background Color

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

This div background color is #c965ba


#c965ba Border Color

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

This div border color is #c965ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,101,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c965ba


Comments

No comments written yet.

Please login to write comment.