Color Hex Logo

#cc65eb Color Hex

#CC65EB
(204,101,235)
0 Favorites   0 Comments

Color spaces of #cc65eb

RGB 204101235
HSL0.790.770.66
HSV286°57°92°
CMYK 0.130.570.00   0.08
XYZ44.550928.142981.6813
Yxy28.14290.28860.1823
Hunter Lab53.049957.0657-54.1543
CIE-Lab60.017660.7350-50.6613

#cc65eb color RGB value is (204,101,235).

#cc65eb hex color red value is 204, green value is 101 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cc65eb hue: 0.79 , saturation: 0.77 and the lightness value of cc65eb is 0.66.

The process color (four color CMYK) of #cc65eb color hex is 0.13, 0.57, 0.00, 0.08. Web safe color of #cc65eb is #cc66ff. Color #cc65eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100101 11101011
Octal 314 145 353
Decimal 204 101 235
Hex CC 65 EB

RGB Percentages of Color #cc65eb

%37.78
%18.70
%43.52

CMYK Percentages of Color #cc65eb

%13
%57
%0
%8

Triadic Colors of #cc65eb

#cc65eb #ebcc65 #65ebcc

Analogous Colors of #cc65eb

#cc65eb #eb65c7 #8965eb

Monochromatic Colors of #cc65eb

#cc65eb

Complementary Color

#cc65eb #84eb65

#cc65eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc65eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc65eb Color CSS Codes

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

#cc65eb Text Font Color

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

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


#cc65eb Background Color

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

This div background color is #cc65eb


#cc65eb Border Color

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

This div border color is #cc65eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc65eb


Comments

No comments written yet.

Please login to write comment.