Color Hex Logo

#c971be Color Hex

#C971BE
(201,113,190)
0 Favorites   0 Comments

Color spaces of #c971be

RGB 201113190
HSL0.850.450.62
HSV308°44°79°
CMYK 0.000.440.05   0.21
XYZ39.286827.945552.0386
Yxy27.94550.32940.2343
Hunter Lab52.863540.1455-21.3604
CIE-Lab59.839545.5598-25.6117

#c971be color RGB value is (201,113,190).

#c971be hex color red value is 201, green value is 113 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c971be hue: 0.85 , saturation: 0.45 and the lightness value of c971be is 0.62.

The process color (four color CMYK) of #c971be color hex is 0.00, 0.44, 0.05, 0.21. Web safe color of #c971be is #cc66cc. Color #c971be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110001 10111110
Octal 311 161 276
Decimal 201 113 190
Hex C9 71 BE

RGB Percentages of Color #c971be

%39.88
%22.42
%37.70

CMYK Percentages of Color #c971be

%0
%44
%5
%21

Triadic Colors of #c971be

#c971be #bec971 #71bec9

Analogous Colors of #c971be

#c971be #c97192 #a871c9

Monochromatic Colors of #c971be

#c971be

Complementary Color

#c971be #71c97c

#c971be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c971be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c971be Color CSS Codes

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

#c971be Text Font Color

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

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


#c971be Background Color

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

This div background color is #c971be


#c971be Border Color

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

This div border color is #c971be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c971be


Comments

No comments written yet.

Please login to write comment.