Color Hex Logo

#cc53fb Color Hex

#CC53FB
(204,83,251)
0 Favorites   0 Comments

Color spaces of #cc53fb

RGB 20483251
HSL0.790.950.65
HSV283°67°98°
CMYK 0.190.670.00   0.02
XYZ45.407725.988993.8899
Yxy25.98890.27470.1572
Hunter Lab50.979369.7777-73.5104
CIE-Lab58.026571.7914-62.7313

#cc53fb color RGB value is (204,83,251).

#cc53fb hex color red value is 204, green value is 83 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cc53fb hue: 0.79 , saturation: 0.95 and the lightness value of cc53fb is 0.65.

The process color (four color CMYK) of #cc53fb color hex is 0.19, 0.67, 0.00, 0.02. Web safe color of #cc53fb is #cc66ff. Color #cc53fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 11111011
Octal 314 123 373
Decimal 204 83 251
Hex CC 53 FB

RGB Percentages of Color #cc53fb

%37.92
%15.43
%46.65

CMYK Percentages of Color #cc53fb

%19
%67
%0
%2

Triadic Colors of #cc53fb

#cc53fb #fbcc53 #53fbcc

Analogous Colors of #cc53fb

#cc53fb #fb53d6 #7853fb

Monochromatic Colors of #cc53fb

#cc53fb

Complementary Color

#cc53fb #82fb53

#cc53fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc53fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc53fb Color CSS Codes

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

#cc53fb Text Font Color

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

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


#cc53fb Background Color

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

This div background color is #cc53fb


#cc53fb Border Color

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

This div border color is #cc53fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc53fb


Comments

No comments written yet.

Please login to write comment.