Color Hex Logo

#c671fb Color Hex

#C671FB
(198,113,251)
0 Favorites   0 Comments

Color spaces of #c671fb

RGB 198113251
HSL0.770.950.71
HSV277°55°98°
CMYK 0.210.550.00   0.02
XYZ46.606430.781194.7517
Yxy30.78110.27070.1788
Hunter Lab55.480752.8571-62.4208
CIE-Lab62.322456.6843-55.9052

#c671fb color RGB value is (198,113,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110001 11111011
Octal 306 161 373
Decimal 198 113 251
Hex C6 71 FB

RGB Percentages of Color #c671fb

%35.23
%20.11
%44.66

CMYK Percentages of Color #c671fb

%21
%55
%0
%2

Triadic Colors of #c671fb

#c671fb #fbc671 #71fbc6

Analogous Colors of #c671fb

#c671fb #fb71eb #8171fb

Monochromatic Colors of #c671fb

#c671fb

Complementary Color

#c671fb #a6fb71

#c671fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c671fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c671fb Color CSS Codes

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

#c671fb Text Font Color

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

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


#c671fb Background Color

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

This div background color is #c671fb


#c671fb Border Color

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

This div border color is #c671fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c671fb


Comments

No comments written yet.

Please login to write comment.