Color Hex Logo

#c865ff Color Hex

#C865FF
(200,101,255)
0 Favorites   0 Comments

Color spaces of #c865ff

RGB 200101255
HSL0.771.000.70
HSV279°60°100°
CMYK 0.220.600.00   0.00
XYZ46.523128.806797.7160
Yxy28.80670.26880.1665
Hunter Lab53.671960.7991-70.3742
CIE-Lab60.610763.8275-60.8273

#c865ff color RGB value is (200,101,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100101 11111111
Octal 310 145 377
Decimal 200 101 255
Hex C8 65 FF

RGB Percentages of Color #c865ff

%35.97
%18.17
%45.86

CMYK Percentages of Color #c865ff

%22
%60
%0
%0

Triadic Colors of #c865ff

#c865ff #ffc865 #65ffc8

Analogous Colors of #c865ff

#c865ff #ff65e9 #7b65ff

Monochromatic Colors of #c865ff

#c865ff

Complementary Color

#c865ff #9cff65

#c865ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c865ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c865ff Color CSS Codes

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

#c865ff Text Font Color

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

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


#c865ff Background Color

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

This div background color is #c865ff


#c865ff Border Color

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

This div border color is #c865ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,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 #c865ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c865ff


Comments

No comments written yet.

Please login to write comment.