Color Hex Logo

#cc65ff Color Hex

#CC65FF
(204,101,255)
0 Favorites   0 Comments

Color spaces of #cc65ff

RGB 204101255
HSL0.781.000.70
HSV280°60°100°
CMYK 0.200.600.00   0.00
XYZ47.605529.364797.7666
Yxy29.36470.27240.1681
Hunter Lab54.189261.9821-69.0369
CIE-Lab61.102264.7415-60.0132

#cc65ff color RGB value is (204,101,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100101 11111111
Octal 314 145 377
Decimal 204 101 255
Hex CC 65 FF

RGB Percentages of Color #cc65ff

%36.43
%18.04
%45.54

CMYK Percentages of Color #cc65ff

%20
%60
%0
%0

Triadic Colors of #cc65ff

#cc65ff #ffcc65 #65ffcc

Analogous Colors of #cc65ff

#cc65ff #ff65e5 #7f65ff

Monochromatic Colors of #cc65ff

#cc65ff

Complementary Color

#cc65ff #98ff65

#cc65ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc65ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc65ff Color CSS Codes

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

#cc65ff Text Font Color

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

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


#cc65ff Background Color

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

This div background color is #cc65ff


#cc65ff Border Color

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

This div border color is #cc65ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc65ff


Comments

No comments written yet.

Please login to write comment.