Color Hex Logo

#c672fb Color Hex

#C672FB
(198,114,251)
0 Favorites   0 Comments

Color spaces of #c672fb

RGB 198114251
HSL0.770.940.72
HSV277°55°98°
CMYK 0.210.550.00   0.02
XYZ46.718631.005494.7891
Yxy31.00540.27080.1797
Hunter Lab55.682552.3203-61.9525
CIE-Lab62.512256.1824-55.6031

#c672fb color RGB value is (198,114,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110010 11111011
Octal 306 162 373
Decimal 198 114 251
Hex C6 72 FB

RGB Percentages of Color #c672fb

%35.17
%20.25
%44.58

CMYK Percentages of Color #c672fb

%21
%55
%0
%2

Triadic Colors of #c672fb

#c672fb #fbc672 #72fbc6

Analogous Colors of #c672fb

#c672fb #fb72ec #8272fb

Monochromatic Colors of #c672fb

#c672fb

Complementary Color

#c672fb #a7fb72

#c672fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c672fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c672fb Color CSS Codes

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

#c672fb Text Font Color

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

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


#c672fb Background Color

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

This div background color is #c672fb


#c672fb Border Color

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

This div border color is #c672fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c672fb


Comments

No comments written yet.

Please login to write comment.