Color Hex Logo

#c707bb Color Hex

#C707BB
(199,7,187)
0 Favorites   0 Comments

Color spaces of #c707bb

RGB 1997187
HSL0.840.930.40
HSV304°96°78°
CMYK 0.000.960.06   0.22
XYZ32.598815.881948.3611
Yxy15.88190.33660.1640
Hunter Lab39.852176.2708-44.0528
CIE-Lab46.819279.2194-44.2867

#c707bb color RGB value is (199,7,187).

#c707bb hex color red value is 199, green value is 7 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c707bb hue: 0.84 , saturation: 0.93 and the lightness value of c707bb is 0.40.

The process color (four color CMYK) of #c707bb color hex is 0.00, 0.96, 0.06, 0.22. Web safe color of #c707bb is #cc00cc. Color #c707bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000111 10111011
Octal 307 7 273
Decimal 199 7 187
Hex C7 7 BB

RGB Percentages of Color #c707bb

%50.64
%1.78
%47.58

CMYK Percentages of Color #c707bb

%0
%96
%6
%22

Triadic Colors of #c707bb

#c707bb #bbc707 #07bbc7

Analogous Colors of #c707bb

#c707bb #c7075b #7307c7

Monochromatic Colors of #c707bb

#c707bb

Complementary Color

#c707bb #07c713

#c707bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c707bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c707bb Color CSS Codes

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

#c707bb Text Font Color

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

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


#c707bb Background Color

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

This div background color is #c707bb


#c707bb Border Color

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

This div border color is #c707bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,7,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c707bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c707bb;
  -webkit-box-shadow: 1px 1px 3px 2px #c707bb;
  box-shadow:         1px 1px 3px 2px #c707bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,7,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c707bb


Comments

No comments written yet.

Please login to write comment.