color codes Logo

#cc56fd color codes

#CC56FD
(204,86,253)
0 Favorites   0 Comments

Color spaces of #cc56fd

RGB 20486253
HSL0.780.980.66
HSV282°66°99°
CMYK 0.190.660.00   0.01
XYZ45.959326.584895.6376
Yxy26.58480.27330.1581
Hunter Lab51.560468.8783-73.8825
CIE-Lab58.588070.9475-62.9370

#cc56fd color RGB value is (204,86,253).

#cc56fd hex color red value is 204, green value is 86 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cc56fd hue: 0.78 , saturation: 0.98 and the lightness value of cc56fd is 0.66.

The process color (four color CMYK) of #cc56fd color code is 0.19, 0.66, 0.00, 0.01. Web safe color of #cc56fd is #cc66ff. Color #cc56fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010110 11111101
Octal 314 126 375
Decimal 204 86 253
Hex CC 56 FD

RGB Percentages of Color #cc56fd

%37.57
%15.84
%46.59

CMYK Percentages of Color #cc56fd

%19
%66
%0
%1

Triadic Colors of #cc56fd

#cc56fd #fdcc56 #56fdcc

Analogous Colors of #cc56fd

#cc56fd #fd56db #7956fd

Monochromatic Colors of #cc56fd

#cc56fd

Complementary Color

#cc56fd #87fd56

#cc56fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc56fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc56fd Color CSS Codes

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

#cc56fd Text Font Color

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

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


#cc56fd Background Color

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

This div background color is #cc56fd


#cc56fd Border Color

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

This div border color is #cc56fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc56fd

Related Colors


Comments

No comments written yet.

Please login to write comment.