Color Hex Logo

#c965ff Color Hex

#C965FF
(201,101,255)
0 Favorites   0 Comments

Color spaces of #c965ff

RGB 201101255
HSL0.771.000.70
HSV279°60°100°
CMYK 0.210.600.00   0.00
XYZ46.791128.944997.7285
Yxy28.94490.26970.1669
Hunter Lab53.800561.0934-70.0399
CIE-Lab60.733064.0555-60.6246

#c965ff color RGB value is (201,101,255).

#c965ff hex color red value is 201, green value is 101 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c965ff hue: 0.77 , saturation: 1.00 and the lightness value of c965ff is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 11111111
Octal 311 145 377
Decimal 201 101 255
Hex C9 65 FF

RGB Percentages of Color #c965ff

%36.09
%18.13
%45.78

CMYK Percentages of Color #c965ff

%21
%60
%0
%0

Triadic Colors of #c965ff

#c965ff #ffc965 #65ffc9

Analogous Colors of #c965ff

#c965ff #ff65e8 #7c65ff

Monochromatic Colors of #c965ff

#c965ff

Complementary Color

#c965ff #9bff65

#c965ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c965ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c965ff Color CSS Codes

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

#c965ff Text Font Color

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

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


#c965ff Background Color

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

This div background color is #c965ff


#c965ff Border Color

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

This div border color is #c965ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c965ff

Related Colors


Comments

No comments written yet.

Please login to write comment.