Color Hex Logo

#c671ca Color Hex

#C671CA
(198,113,202)
0 Favorites   0 Comments

Color spaces of #c671ca

RGB 198113202
HSL0.830.460.62
HSV297°44°79°
CMYK 0.020.440.00   0.21
XYZ39.854528.080359.1966
Yxy28.08030.31350.2209
Hunter Lab52.990841.5161-29.1399
CIE-Lab59.961246.8205-32.2657

#c671ca color RGB value is (198,113,202).

#c671ca hex color red value is 198, green value is 113 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c671ca hue: 0.83 , saturation: 0.46 and the lightness value of c671ca is 0.62.

The process color (four color CMYK) of #c671ca color hex is 0.02, 0.44, 0.00, 0.21. Web safe color of #c671ca is #cc66cc. Color #c671ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110001 11001010
Octal 306 161 312
Decimal 198 113 202
Hex C6 71 CA

RGB Percentages of Color #c671ca

%38.60
%22.03
%39.38

CMYK Percentages of Color #c671ca

%2
%44
%0
%21

Triadic Colors of #c671ca

#c671ca #cac671 #71cac6

Analogous Colors of #c671ca

#c671ca #ca71a2 #9a71ca

Monochromatic Colors of #c671ca

#c671ca

Complementary Color

#c671ca #75ca71

#c671ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c671ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c671ca Color CSS Codes

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

#c671ca Text Font Color

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

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


#c671ca Background Color

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

This div background color is #c671ca


#c671ca Border Color

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

This div border color is #c671ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,113,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c671ca


Comments

No comments written yet.

Please login to write comment.