Color Hex Logo

#c965b7 Color Hex

#C965B7
(201,101,183)
0 Favorites   0 Comments

Color spaces of #c965b7

RGB 201101183
HSL0.860.480.59
HSV311°50°79°
CMYK 0.000.500.09   0.21
XYZ37.288325.143847.6877
Yxy25.14380.33860.2283
Hunter Lab50.143644.9867-21.2856
CIE-Lab57.215350.4453-25.6508

#c965b7 color RGB value is (201,101,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 10110111
Octal 311 145 267
Decimal 201 101 183
Hex C9 65 B7

RGB Percentages of Color #c965b7

%41.44
%20.82
%37.73

CMYK Percentages of Color #c965b7

%0
%50
%9
%21

Triadic Colors of #c965b7

#c965b7 #b7c965 #65b7c9

Analogous Colors of #c965b7

#c965b7 #c96585 #a965c9

Monochromatic Colors of #c965b7

#c965b7

Complementary Color

#c965b7 #65c977

#c965b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c965b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c965b7 Color CSS Codes

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

#c965b7 Text Font Color

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

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


#c965b7 Background Color

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

This div background color is #c965b7


#c965b7 Border Color

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

This div border color is #c965b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c965b7


Comments

No comments written yet.

Please login to write comment.