Color Hex Logo

#c700bb Color Hex

#C700BB
(199,0,187)
0 Favorites   0 Comments

Color spaces of #c700bb

RGB 1990187
HSL0.841.000.39
HSV304°100°78°
CMYK 0.001.000.06   0.22
XYZ32.522815.730048.3358
Yxy15.73000.33670.1629
Hunter Lab39.661176.9664-44.4953
CIE-Lab46.618279.8133-44.6065

#c700bb color RGB value is (199,0,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000000 10111011
Octal 307 0 273
Decimal 199 0 187
Hex C7 0 BB

RGB Percentages of Color #c700bb

%51.55
%0.00
%48.45

CMYK Percentages of Color #c700bb

%0
%100
%6
%22

Triadic Colors of #c700bb

#c700bb #bbc700 #00bbc7

Analogous Colors of #c700bb

#c700bb #c70058 #7000c7

Monochromatic Colors of #c700bb

#c700bb

Complementary Color

#c700bb #00c70c

#c700bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c700bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c700bb Color CSS Codes

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

#c700bb Text Font Color

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

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


#c700bb Background Color

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

This div background color is #c700bb


#c700bb Border Color

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

This div border color is #c700bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c700bb


Comments

No comments written yet.

Please login to write comment.