Color Hex Logo

#cc71fb Color Hex

#CC71FB
(204,113,251)
0 Favorites   0 Comments

Color spaces of #cc71fb

RGB 204113251
HSL0.780.950.71
HSV280°55°98°
CMYK 0.190.550.00   0.02
XYZ48.219631.612794.8272
Yxy31.61270.27610.1810
Hunter Lab56.225254.6904-60.6386
CIE-Lab63.021558.1687-54.7506

#cc71fb color RGB value is (204,113,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 11111011
Octal 314 161 373
Decimal 204 113 251
Hex CC 71 FB

RGB Percentages of Color #cc71fb

%35.92
%19.89
%44.19

CMYK Percentages of Color #cc71fb

%19
%55
%0
%2

Triadic Colors of #cc71fb

#cc71fb #fbcc71 #71fbcc

Analogous Colors of #cc71fb

#cc71fb #fb71e5 #8771fb

Monochromatic Colors of #cc71fb

#cc71fb

Complementary Color

#cc71fb #a0fb71

#cc71fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc71fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc71fb Color CSS Codes

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

#cc71fb Text Font Color

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

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


#cc71fb Background Color

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

This div background color is #cc71fb


#cc71fb Border Color

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

This div border color is #cc71fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc71fb

Related Colors


Comments

No comments written yet.

Please login to write comment.