Color Hex Logo

#c965bc Color Hex

#C965BC
(201,101,188)
0 Favorites   0 Comments

Color spaces of #c965bc

RGB 201101188
HSL0.860.480.59
HSV308°50°79°
CMYK 0.000.500.06   0.21
XYZ37.818225.355750.4779
Yxy25.35570.33280.2231
Hunter Lab50.354445.9404-24.1873
CIE-Lab57.420451.2870-28.2035

#c965bc color RGB value is (201,101,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 10111100
Octal 311 145 274
Decimal 201 101 188
Hex C9 65 BC

RGB Percentages of Color #c965bc

%41.02
%20.61
%38.37

CMYK Percentages of Color #c965bc

%0
%50
%6
%21

Triadic Colors of #c965bc

#c965bc #bcc965 #65bcc9

Analogous Colors of #c965bc

#c965bc #c9658a #a465c9

Monochromatic Colors of #c965bc

#c965bc

Complementary Color

#c965bc #65c972

#c965bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c965bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c965bc Color CSS Codes

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

#c965bc Text Font Color

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

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


#c965bc Background Color

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

This div background color is #c965bc


#c965bc Border Color

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

This div border color is #c965bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c965bc


Comments

No comments written yet.

Please login to write comment.