Color Hex Logo

#c965fb Color Hex

#C965FB
(201,101,251)
0 Favorites   0 Comments

Color spaces of #c965fb

RGB 201101251
HSL0.780.950.69
HSV280°60°98°
CMYK 0.200.600.00   0.02
XYZ46.153728.689994.3719
Yxy28.68990.27280.1695
Hunter Lab53.563060.0733-66.9682
CIE-Lab60.507063.2287-58.7798

#c965fb color RGB value is (201,101,251).

#c965fb hex color red value is 201, green value is 101 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c965fb hue: 0.78 , saturation: 0.95 and the lightness value of c965fb is 0.69.

The process color (four color CMYK) of #c965fb color hex is 0.20, 0.60, 0.00, 0.02. Web safe color of #c965fb is #cc66ff. Color #c965fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 11111011
Octal 311 145 373
Decimal 201 101 251
Hex C9 65 FB

RGB Percentages of Color #c965fb

%36.35
%18.26
%45.39

CMYK Percentages of Color #c965fb

%20
%60
%0
%2

Triadic Colors of #c965fb

#c965fb #fbc965 #65fbc9

Analogous Colors of #c965fb

#c965fb #fb65e2 #7e65fb

Monochromatic Colors of #c965fb

#c965fb

Complementary Color

#c965fb #97fb65

#c965fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c965fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c965fb Color CSS Codes

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

#c965fb Text Font Color

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

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


#c965fb Background Color

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

This div background color is #c965fb


#c965fb Border Color

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

This div border color is #c965fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c965fb


Comments

No comments written yet.

Please login to write comment.