Color Hex Logo

#c978be Color Hex

#C978BE
(201,120,190)
0 Favorites   0 Comments

Color spaces of #c978be

RGB 201120190
HSL0.860.430.63
HSV308°40°79°
CMYK 0.000.400.05   0.21
XYZ40.098129.568252.3090
Yxy29.56820.32870.2424
Hunter Lab54.376636.4693-18.9719
CIE-Lab61.279941.8976-23.3987

#c978be color RGB value is (201,120,190).

#c978be hex color red value is 201, green value is 120 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c978be hue: 0.86 , saturation: 0.43 and the lightness value of c978be is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111000 10111110
Octal 311 170 276
Decimal 201 120 190
Hex C9 78 BE

RGB Percentages of Color #c978be

%39.33
%23.48
%37.18

CMYK Percentages of Color #c978be

%0
%40
%5
%21

Triadic Colors of #c978be

#c978be #bec978 #78bec9

Analogous Colors of #c978be

#c978be #c97896 #ac78c9

Monochromatic Colors of #c978be

#c978be

Complementary Color

#c978be #78c983

#c978be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c978be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c978be Color CSS Codes

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

#c978be Text Font Color

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

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


#c978be Background Color

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

This div background color is #c978be


#c978be Border Color

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

This div border color is #c978be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c978be


Comments

No comments written yet.

Please login to write comment.