Color Hex Logo

#cc7bff Color Hex

#CC7BFF
(204,123,255)
0 Favorites   0 Comments

Color spaces of #cc7bff

RGB 204123255
HSL0.771.000.74
HSV277°52°100°
CMYK 0.200.520.00   0.00
XYZ50.034834.223398.5764
Yxy34.22330.27370.1872
Hunter Lab58.500750.2923-58.9560
CIE-Lab65.139453.9820-53.5836

#cc7bff color RGB value is (204,123,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111011 11111111
Octal 314 173 377
Decimal 204 123 255
Hex CC 7B FF

RGB Percentages of Color #cc7bff

%35.05
%21.13
%43.81

CMYK Percentages of Color #cc7bff

%20
%52
%0
%0

Triadic Colors of #cc7bff

#cc7bff #ffcc7b #7bffcc

Analogous Colors of #cc7bff

#cc7bff #ff7bf0 #8a7bff

Monochromatic Colors of #cc7bff

#cc7bff

Complementary Color

#cc7bff #aeff7b

#cc7bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7bff Color CSS Codes

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

#cc7bff Text Font Color

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

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


#cc7bff Background Color

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

This div background color is #cc7bff


#cc7bff Border Color

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

This div border color is #cc7bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7bff

Related Colors


Comments

No comments written yet.

Please login to write comment.