Color Hex Logo

#cc6aeb Color Hex

#CC6AEB
(204,106,235)
0 Favorites   0 Comments

Color spaces of #cc6aeb

RGB 204106235
HSL0.790.760.67
HSV286°55°92°
CMYK 0.130.550.00   0.08
XYZ45.051329.143681.8481
Yxy29.14360.28870.1868
Hunter Lab53.984854.4880-52.1021
CIE-Lab60.908258.3452-49.2495

#cc6aeb color RGB value is (204,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101010 11101011
Octal 314 152 353
Decimal 204 106 235
Hex CC 6A EB

RGB Percentages of Color #cc6aeb

%37.43
%19.45
%43.12

CMYK Percentages of Color #cc6aeb

%13
%55
%0
%8

Triadic Colors of #cc6aeb

#cc6aeb #ebcc6a #6aebcc

Analogous Colors of #cc6aeb

#cc6aeb #eb6aca #8c6aeb

Monochromatic Colors of #cc6aeb

#cc6aeb

Complementary Color

#cc6aeb #89eb6a

#cc6aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6aeb Color CSS Codes

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

#cc6aeb Text Font Color

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

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


#cc6aeb Background Color

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

This div background color is #cc6aeb


#cc6aeb Border Color

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

This div border color is #cc6aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6aeb


Comments

No comments written yet.

Please login to write comment.